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
- XmlQueryOutput.cs
- DesignerLoader.cs
- ClientTargetSection.cs
- X509DefaultServiceCertificateElement.cs
- GB18030Encoding.cs
- LinkLabelLinkClickedEvent.cs
- XmlAnyElementAttribute.cs
- InheritedPropertyChangedEventArgs.cs
- DisplayMemberTemplateSelector.cs
- GradientStop.cs
- WebPartConnectionsEventArgs.cs
- Expr.cs
- PropertyDescriptorCollection.cs
- WebConfigurationFileMap.cs
- TrustSection.cs
- DetailsViewActionList.cs
- XmlKeywords.cs
- Deserializer.cs
- HttpPostServerProtocol.cs
- BufferModesCollection.cs
- DataGridPageChangedEventArgs.cs
- CreateParams.cs
- xamlnodes.cs
- BindingExpressionBase.cs
- DataGridTextColumn.cs
- InputLanguageSource.cs
- ListItemsPage.cs
- ApplicationActivator.cs
- DefaultBinder.cs
- CardSpacePolicyElement.cs
- Point.cs
- BaseParser.cs
- ModulesEntry.cs
- SystemNetworkInterface.cs
- WindowProviderWrapper.cs
- ByeMessageCD1.cs
- GeometryDrawing.cs
- PatternMatchRules.cs
- Registry.cs
- KnownColorTable.cs
- SerTrace.cs
- WorkerProcess.cs
- WebConfigurationHostFileChange.cs
- TableNameAttribute.cs
- XmlEncApr2001.cs
- UserUseLicenseDictionaryLoader.cs
- UnionCodeGroup.cs
- DataGridViewLinkCell.cs
- MatchingStyle.cs
- ActivityExecutor.cs
- AnnotationAdorner.cs
- CookieProtection.cs
- TextEditorCopyPaste.cs
- QuotedPrintableStream.cs
- DatatypeImplementation.cs
- EntityDataSourceState.cs
- CasesDictionary.cs
- ContextMenuStrip.cs
- SQLRoleProvider.cs
- DivideByZeroException.cs
- EnumerableRowCollection.cs
- ExceptQueryOperator.cs
- XPathNodeIterator.cs
- TextLineBreak.cs
- DataServiceProviderWrapper.cs
- TypeSystem.cs
- QueryInterceptorAttribute.cs
- KoreanLunisolarCalendar.cs
- DateTimeValueSerializerContext.cs
- Region.cs
- CounterSampleCalculator.cs
- OverflowException.cs
- DataTableTypeConverter.cs
- BaseValidator.cs
- DateTimeSerializationSection.cs
- TreeViewEvent.cs
- CodeAttributeArgument.cs
- TimeEnumHelper.cs
- WindowsEditBox.cs
- PropertyToken.cs
- OciEnlistContext.cs
- ChooseAction.cs
- SqlBooleanizer.cs
- RichTextBoxConstants.cs
- EntityTransaction.cs
- OrderedDictionary.cs
- IpcManager.cs
- TimeZone.cs
- RenderOptions.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- ImportException.cs
- ArgumentOutOfRangeException.cs
- SchemaEntity.cs
- SmtpClient.cs
- FormsAuthenticationConfiguration.cs
- SafeTimerHandle.cs
- WindowManager.cs
- BaseCodeDomTreeGenerator.cs
- CodeIdentifier.cs
- AssemblyResourceLoader.cs