Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextParagraphView.cs
- PerfService.cs
- DataGridViewSelectedRowCollection.cs
- BamlTreeNode.cs
- NegationPusher.cs
- DiscreteKeyFrames.cs
- BinaryNode.cs
- FileDialogCustomPlace.cs
- FileUpload.cs
- IntSecurity.cs
- RegistrationServices.cs
- XmlSchemaType.cs
- TypeElement.cs
- SimpleWorkerRequest.cs
- PrivilegeNotHeldException.cs
- AudioDeviceOut.cs
- BitArray.cs
- ControlEvent.cs
- X509SecurityTokenProvider.cs
- WorkflowInvoker.cs
- CompilerResults.cs
- ReadOnlyDictionary.cs
- BehaviorEditorPart.cs
- LocatorGroup.cs
- Menu.cs
- JoinQueryOperator.cs
- odbcmetadatacollectionnames.cs
- PowerStatus.cs
- MultiSelectRootGridEntry.cs
- SafeArrayTypeMismatchException.cs
- XamlRtfConverter.cs
- ellipse.cs
- EntityClientCacheEntry.cs
- HttpSessionStateBase.cs
- IgnoreFlushAndCloseStream.cs
- DeclarativeConditionsCollection.cs
- SqlDataSourceStatusEventArgs.cs
- DataGridViewCellStyleChangedEventArgs.cs
- FrameworkTextComposition.cs
- UriSchemeKeyedCollection.cs
- DataGridRelationshipRow.cs
- FrameworkContextData.cs
- DataGridViewColumnStateChangedEventArgs.cs
- SmiContextFactory.cs
- SerialErrors.cs
- ColorMatrix.cs
- LoadWorkflowByKeyAsyncResult.cs
- PieceDirectory.cs
- SemanticResultKey.cs
- BufferCache.cs
- InkPresenter.cs
- PopupRoot.cs
- SizeAnimationBase.cs
- WebHttpBehavior.cs
- MsmqInputMessagePool.cs
- RuleElement.cs
- XPathNavigator.cs
- CalculatedColumn.cs
- ConfigurationValidatorAttribute.cs
- ValueUnavailableException.cs
- UnSafeCharBuffer.cs
- QueryAccessibilityHelpEvent.cs
- SymmetricAlgorithm.cs
- IOException.cs
- RelationshipSet.cs
- XXXInfos.cs
- precedingsibling.cs
- ProgressBarRenderer.cs
- TypeConverterAttribute.cs
- ComplexPropertyEntry.cs
- Conditional.cs
- DbModificationClause.cs
- DataGridViewColumnCollection.cs
- XmlWriterDelegator.cs
- VirtualPathProvider.cs
- MutexSecurity.cs
- SoapSchemaMember.cs
- SelectionUIHandler.cs
- LinqDataSourceValidationException.cs
- CodeTypeMemberCollection.cs
- ObjectDataSourceDisposingEventArgs.cs
- PageContent.cs
- Point3DAnimationBase.cs
- CompilerError.cs
- MsmqTransportSecurityElement.cs
- StreamUpdate.cs
- NetworkStream.cs
- StringDictionaryEditor.cs
- ManagementOptions.cs
- SettingsSavedEventArgs.cs
- DropSourceBehavior.cs
- DataGridViewCellConverter.cs
- ScrollBarRenderer.cs
- SerializationSectionGroup.cs
- ProxyFragment.cs
- _BaseOverlappedAsyncResult.cs
- PassportAuthentication.cs
- RtfFormatStack.cs
- CodeMethodInvokeExpression.cs
- SynchronizedDisposablePool.cs