Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / TemplatePropertyEntry.cs / 1305376 / TemplatePropertyEntry.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { ////// PropertyEntry for ITemplate properties /// public class TemplatePropertyEntry : BuilderPropertyEntry { private bool _bindableTemplate; internal TemplatePropertyEntry() { } internal TemplatePropertyEntry(bool bindableTemplate) { _bindableTemplate = bindableTemplate; } internal bool IsMultiple { get { return Util.IsMultiInstanceTemplateProperty(PropertyInfo); } } 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
- ListViewGroupItemCollection.cs
- DirectoryRootQuery.cs
- WindowsUpDown.cs
- WsiProfilesElementCollection.cs
- Utils.cs
- EntityTypeEmitter.cs
- MultiSelectRootGridEntry.cs
- DelegatingTypeDescriptionProvider.cs
- ServicesExceptionNotHandledEventArgs.cs
- jithelpers.cs
- _SSPISessionCache.cs
- MetadataItemSerializer.cs
- configsystem.cs
- ValidationVisibilityAttribute.cs
- Socket.cs
- OutOfProcStateClientManager.cs
- QueryParameter.cs
- ConnectionManager.cs
- FactoryRecord.cs
- SoapEnumAttribute.cs
- DBAsyncResult.cs
- SqlCacheDependencySection.cs
- MainMenu.cs
- OleDbReferenceCollection.cs
- RulePatternOps.cs
- VersionPair.cs
- SimpleWebHandlerParser.cs
- WsdlParser.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- Variable.cs
- GeneratedCodeAttribute.cs
- MissingSatelliteAssemblyException.cs
- QueryInterceptorAttribute.cs
- StrictModeSecurityHeaderElementInferenceEngine.cs
- HttpMethodAttribute.cs
- XmlNamespaceDeclarationsAttribute.cs
- NamespaceInfo.cs
- SafeRightsManagementPubHandle.cs
- LoaderAllocator.cs
- DesignBindingPicker.cs
- Nullable.cs
- SwitchElementsCollection.cs
- smtpconnection.cs
- JumpTask.cs
- EventLogPermission.cs
- AutomationPeer.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- WebEventCodes.cs
- FatalException.cs
- RoutedUICommand.cs
- UserControlParser.cs
- NetworkInformationException.cs
- XmlObjectSerializerContext.cs
- ObsoleteAttribute.cs
- SerialPort.cs
- LayoutEvent.cs
- Set.cs
- ExpressionReplacer.cs
- Properties.cs
- ClassicBorderDecorator.cs
- ContentWrapperAttribute.cs
- SharedDp.cs
- DynamicEndpointElement.cs
- QuotedPrintableStream.cs
- initElementDictionary.cs
- FormatConvertedBitmap.cs
- HttpCacheParams.cs
- UIElementPropertyUndoUnit.cs
- DeclarativeCatalogPart.cs
- XmlEventCache.cs
- DataGridViewDesigner.cs
- PermissionToken.cs
- MinimizableAttributeTypeConverter.cs
- DesignerLabelAdapter.cs
- TextTreeRootNode.cs
- StandardTransformFactory.cs
- AccessedThroughPropertyAttribute.cs
- CodeStatementCollection.cs
- PriorityItem.cs
- exports.cs
- TemplateLookupAction.cs
- GenericXmlSecurityToken.cs
- ModelItemExtensions.cs
- MetadataSource.cs
- UIntPtr.cs
- ErrorRuntimeConfig.cs
- IssuanceLicense.cs
- CertificateManager.cs
- BmpBitmapDecoder.cs
- HandlerFactoryWrapper.cs
- XPathNavigatorReader.cs
- CodeDOMUtility.cs
- StatusInfoItem.cs
- ToolStripManager.cs
- LinqDataSourceDisposeEventArgs.cs
- ServiceDescriptionContext.cs
- EventMappingSettings.cs
- COM2EnumConverter.cs
- FtpRequestCacheValidator.cs
- SqlDataSourceCache.cs