Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- ContractInstanceProvider.cs
- ColumnHeaderConverter.cs
- ValueExpressions.cs
- WebPartVerbCollection.cs
- ImageSource.cs
- Tokenizer.cs
- TextServicesContext.cs
- SamlAction.cs
- MemoryPressure.cs
- UrlMappingsSection.cs
- TransactionContextValidator.cs
- SQLBinary.cs
- BuildResultCache.cs
- DictionaryContent.cs
- TreeNodeClickEventArgs.cs
- TableRow.cs
- NativeMethodsCLR.cs
- SaveFileDialog.cs
- RequestTimeoutManager.cs
- CodeAttributeDeclarationCollection.cs
- XPathNavigator.cs
- PartialList.cs
- Process.cs
- TagPrefixAttribute.cs
- XmlAggregates.cs
- RotationValidation.cs
- ZipPackagePart.cs
- WmfPlaceableFileHeader.cs
- EventWaitHandle.cs
- X509Extension.cs
- DataContractSerializerSection.cs
- FormsAuthenticationUser.cs
- MarkupObject.cs
- Line.cs
- SelectionService.cs
- LabelTarget.cs
- RegexGroup.cs
- ToolStripPanel.cs
- CodeStatement.cs
- DirectoryNotFoundException.cs
- DBDataPermissionAttribute.cs
- control.ime.cs
- ListItemCollection.cs
- CrossSiteScriptingValidation.cs
- XmlILAnnotation.cs
- TextElementCollectionHelper.cs
- WebCategoryAttribute.cs
- BooleanExpr.cs
- XmlWriter.cs
- MsmqIntegrationBinding.cs
- WindowsToolbarAsMenu.cs
- ContractMapping.cs
- Util.cs
- XPathExpr.cs
- GlyphElement.cs
- ECDsaCng.cs
- UriTemplate.cs
- CompiledRegexRunner.cs
- ListViewSortEventArgs.cs
- FacetChecker.cs
- Nullable.cs
- AsyncOperationManager.cs
- ViewCellRelation.cs
- WebSysDefaultValueAttribute.cs
- HandledEventArgs.cs
- TextElementEditingBehaviorAttribute.cs
- MenuItem.cs
- OdbcCommand.cs
- XslCompiledTransform.cs
- LinkButton.cs
- AsyncCompletedEventArgs.cs
- PrimitiveCodeDomSerializer.cs
- InputGestureCollection.cs
- ConsoleCancelEventArgs.cs
- TextDpi.cs
- DataGridCell.cs
- ResourceDictionaryCollection.cs
- ProtocolsSection.cs
- OperationResponse.cs
- ManualWorkflowSchedulerService.cs
- ObjectAnimationUsingKeyFrames.cs
- DataGridViewCellCancelEventArgs.cs
- XamlHostingSection.cs
- WebConfigurationFileMap.cs
- DtdParser.cs
- TraceContext.cs
- ProcessInfo.cs
- BrowserDefinition.cs
- RightNameExpirationInfoPair.cs
- ImageFormat.cs
- FactoryId.cs
- RewritingSimplifier.cs
- AutomationPatternInfo.cs
- errorpatternmatcher.cs
- Parallel.cs
- DataGridViewTextBoxColumn.cs
- DynamicValidator.cs
- InputScopeAttribute.cs
- ParseChildrenAsPropertiesAttribute.cs
- ObjectCloneHelper.cs