Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- RadioButtonList.cs
- DependencyObjectType.cs
- SafeMILHandle.cs
- RuleSetBrowserDialog.cs
- Polyline.cs
- GridViewDeletedEventArgs.cs
- CalendarSelectionChangedEventArgs.cs
- TextEditorLists.cs
- ConnectionConsumerAttribute.cs
- AttributeTableBuilder.cs
- AuthenticationService.cs
- Executor.cs
- FolderBrowserDialog.cs
- CollectionContainer.cs
- CustomSignedXml.cs
- SiteMapPath.cs
- OleDbEnumerator.cs
- ComponentDispatcherThread.cs
- IntegerValidatorAttribute.cs
- TableItemProviderWrapper.cs
- TreeViewImageIndexConverter.cs
- FileIOPermission.cs
- ApplicationBuildProvider.cs
- compensatingcollection.cs
- MessageBodyMemberAttribute.cs
- SqlBulkCopyColumnMappingCollection.cs
- webclient.cs
- BitmapEffectDrawingContent.cs
- IndexerNameAttribute.cs
- StringTraceRecord.cs
- PeerToPeerException.cs
- HttpPostedFile.cs
- WsiProfilesElementCollection.cs
- FlowDocumentReader.cs
- SqlXmlStorage.cs
- RenderData.cs
- MouseActionConverter.cs
- UdpTransportBindingElement.cs
- listitem.cs
- DuplicateWaitObjectException.cs
- ChangesetResponse.cs
- XmlDeclaration.cs
- Soap.cs
- XmlFormatMapping.cs
- CatalogPartChrome.cs
- CursorEditor.cs
- GridItemPattern.cs
- Adorner.cs
- SqlReferenceCollection.cs
- CalendarDateRange.cs
- Decorator.cs
- FixedFlowMap.cs
- ADMembershipProvider.cs
- CustomMenuItemCollection.cs
- Parser.cs
- IProducerConsumerCollection.cs
- EntityClientCacheKey.cs
- Graphics.cs
- WorkflowInstanceContextProvider.cs
- DefaultProxySection.cs
- SecurityManager.cs
- DetailsViewInsertEventArgs.cs
- Mapping.cs
- SqlException.cs
- ScriptHandlerFactory.cs
- NullRuntimeConfig.cs
- SqlTriggerContext.cs
- Byte.cs
- WebPartConnection.cs
- AssemblyInfo.cs
- SqlProviderManifest.cs
- InvalidFilterCriteriaException.cs
- TransformerInfoCollection.cs
- MouseGestureValueSerializer.cs
- InkCollectionBehavior.cs
- DataTableMapping.cs
- Html32TextWriter.cs
- TripleDESCryptoServiceProvider.cs
- ZeroOpNode.cs
- ProtocolsConfigurationHandler.cs
- TextBox.cs
- PersonalizationStateInfo.cs
- CodeConstructor.cs
- DataContractSerializerFaultFormatter.cs
- ConfigXmlDocument.cs
- BasicSecurityProfileVersion.cs
- WindowsScrollBarBits.cs
- StructuredTypeInfo.cs
- XmlSchemas.cs
- InputLanguageSource.cs
- ComponentResourceKeyConverter.cs
- AnimatedTypeHelpers.cs
- OverlappedAsyncResult.cs
- LinqDataView.cs
- WebPartConnectionsCloseVerb.cs
- AuthenticodeSignatureInformation.cs
- HandlerFactoryCache.cs
- counter.cs
- LayoutExceptionEventArgs.cs
- HostedHttpRequestAsyncResult.cs