Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / TemplatePropertyEntry.cs / 1 / TemplatePropertyEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Security.Permissions; ////// PropertyEntry for ITemplate properties /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class TemplatePropertyEntry : BuilderPropertyEntry { private bool _bindableTemplate; internal TemplatePropertyEntry() { } internal TemplatePropertyEntry(bool bindableTemplate) { _bindableTemplate = bindableTemplate; } public bool BindableTemplate { get { return _bindableTemplate; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CodeDelegateInvokeExpression.cs
- BasicKeyConstraint.cs
- SqlRetyper.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- ToolStripDropDownItemDesigner.cs
- dsa.cs
- SafeUserTokenHandle.cs
- Win32SafeHandles.cs
- CodeDefaultValueExpression.cs
- MasterPageBuildProvider.cs
- MembershipPasswordException.cs
- NodeLabelEditEvent.cs
- SQLInt32.cs
- ArrayWithOffset.cs
- Object.cs
- LeafCellTreeNode.cs
- FileReservationCollection.cs
- BasicBrowserDialog.cs
- ContextStack.cs
- BlobPersonalizationState.cs
- PolicyFactory.cs
- FormsAuthenticationTicket.cs
- MethodToken.cs
- FormViewRow.cs
- NativeMethods.cs
- XmlSchemaAttribute.cs
- AppSettingsExpressionBuilder.cs
- InvariantComparer.cs
- BasicHttpMessageCredentialType.cs
- EncryptedXml.cs
- CellIdBoolean.cs
- Executor.cs
- ServiceReference.cs
- StrongBox.cs
- XmlWriterTraceListener.cs
- BoundsDrawingContextWalker.cs
- DeclaredTypeValidatorAttribute.cs
- ToolStripContainerDesigner.cs
- StreamingContext.cs
- ActionNotSupportedException.cs
- KeyGesture.cs
- prefixendpointaddressmessagefiltertable.cs
- WorkItem.cs
- ScriptBehaviorDescriptor.cs
- NavigationWindowAutomationPeer.cs
- ClrPerspective.cs
- GeneralTransform.cs
- XmlLanguageConverter.cs
- MeasureItemEvent.cs
- DataSetMappper.cs
- ObjectQueryState.cs
- FormView.cs
- SettingsAttributeDictionary.cs
- lengthconverter.cs
- SystemIcmpV4Statistics.cs
- StandardCommands.cs
- BindingSource.cs
- ClientProxyGenerator.cs
- KeyboardDevice.cs
- Stackframe.cs
- SHA256Managed.cs
- SynchronizedInputAdaptor.cs
- DataTransferEventArgs.cs
- Relationship.cs
- DynamicILGenerator.cs
- TextDocumentView.cs
- AddingNewEventArgs.cs
- ExpressionBuilderContext.cs
- ListViewCommandEventArgs.cs
- PropertyEmitterBase.cs
- GridViewRowCollection.cs
- GenerateTemporaryAssemblyTask.cs
- GradientSpreadMethodValidation.cs
- BinaryParser.cs
- ByteStorage.cs
- QilGenerator.cs
- TokenBasedSet.cs
- SByteStorage.cs
- RegexWorker.cs
- Behavior.cs
- FrugalList.cs
- TextElementEnumerator.cs
- PkcsMisc.cs
- ToolStripDropDownMenu.cs
- HMACSHA512.cs
- TextLineResult.cs
- ChannelManager.cs
- Matrix.cs
- AnnotationStore.cs
- MasterPage.cs
- PageStatePersister.cs
- ReaderWriterLockSlim.cs
- TrueReadOnlyCollection.cs
- TextDocumentView.cs
- BuildManagerHost.cs
- ReadOnlyDataSourceView.cs
- DataServiceProviderMethods.cs
- Literal.cs
- DBConnectionString.cs
- StandardTransformFactory.cs