Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. //------------------------------------------------------------------------------ //// 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EventHandlerService.cs
- Animatable.cs
- HwndProxyElementProvider.cs
- SoapIgnoreAttribute.cs
- SpellCheck.cs
- ISAPIRuntime.cs
- Setter.cs
- XamlSerializationHelper.cs
- WebPartEditorCancelVerb.cs
- DashStyles.cs
- DataGridViewCellEventArgs.cs
- XmlFormatExtensionAttribute.cs
- ToolTipAutomationPeer.cs
- messageonlyhwndwrapper.cs
- MaskedTextBox.cs
- ProxyHwnd.cs
- DbConnectionPool.cs
- XPathNodePointer.cs
- DbCommandTree.cs
- TypedRowGenerator.cs
- DateTimeOffset.cs
- COAUTHINFO.cs
- OrderPreservingSpoolingTask.cs
- AuthorizationRule.cs
- InputManager.cs
- ToolStripLabel.cs
- CallTemplateAction.cs
- EndOfStreamException.cs
- _LoggingObject.cs
- ScriptDescriptor.cs
- ReceiveSecurityHeaderElementManager.cs
- SchemaElementLookUpTable.cs
- SQLBinaryStorage.cs
- QueryPageSettingsEventArgs.cs
- OleDbStruct.cs
- ComponentResourceManager.cs
- ContainerParaClient.cs
- KeyBinding.cs
- PlainXmlSerializer.cs
- ThreadStateException.cs
- LassoHelper.cs
- TraceLevelStore.cs
- webproxy.cs
- UrlPath.cs
- CommandBinding.cs
- DomainLiteralReader.cs
- MyContact.cs
- FilterElement.cs
- SecurityContext.cs
- JsonFormatWriterGenerator.cs
- ExpressionParser.cs
- FileChangesMonitor.cs
- ListViewDataItem.cs
- SingleConverter.cs
- TextElementAutomationPeer.cs
- ZipPackage.cs
- ConstructorNeedsTagAttribute.cs
- AsyncOperation.cs
- InlinedAggregationOperatorEnumerator.cs
- Typeface.cs
- CodeTypeReferenceExpression.cs
- CreateUserErrorEventArgs.cs
- HttpClientCertificate.cs
- SvcMapFile.cs
- OutputCacheSection.cs
- Page.cs
- SystemNetworkInterface.cs
- InstanceHandle.cs
- WindowsSpinner.cs
- StreamGeometry.cs
- SafeNativeMethods.cs
- XmlIterators.cs
- ClientTargetSection.cs
- PerSessionInstanceContextProvider.cs
- SqlDataSourceSelectingEventArgs.cs
- XmlNodeWriter.cs
- NetNamedPipeSecurityElement.cs
- BigInt.cs
- SqlUserDefinedAggregateAttribute.cs
- TransformedBitmap.cs
- PolicyUnit.cs
- FileAuthorizationModule.cs
- ViewValidator.cs
- TogglePattern.cs
- PathTooLongException.cs
- NameService.cs
- FileDialog.cs
- MappingException.cs
- EntityClassGenerator.cs
- TextContainerChangeEventArgs.cs
- DataSvcMapFileSerializer.cs
- DataGridTextBox.cs
- DashStyle.cs
- AttributeCollection.cs
- DataGridSortCommandEventArgs.cs
- bidPrivateBase.cs
- XmlTextWriter.cs
- EntityDataSourceQueryBuilder.cs
- ExtensionFile.cs
- NavigationPropertyEmitter.cs