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
- SqlDataSourceView.cs
- TextViewElement.cs
- AggregatePushdown.cs
- WindowsMenu.cs
- AssemblyBuilder.cs
- PolyQuadraticBezierSegment.cs
- ImportCatalogPart.cs
- WebResourceAttribute.cs
- RowSpanVector.cs
- StringWriter.cs
- Soap.cs
- WindowsIPAddress.cs
- XmlSignificantWhitespace.cs
- CommandEventArgs.cs
- Token.cs
- WasHostedComPlusFactory.cs
- DataGridRow.cs
- Duration.cs
- RegistryExceptionHelper.cs
- Memoizer.cs
- InlineCollection.cs
- XmlChildNodes.cs
- UnsupportedPolicyOptionsException.cs
- HtmlTableRow.cs
- MemberInfoSerializationHolder.cs
- ValidationSummary.cs
- XmlCharacterData.cs
- MessageFormatterConverter.cs
- Border.cs
- NativeMethodsCLR.cs
- ToolboxComponentsCreatingEventArgs.cs
- MissingMemberException.cs
- AmbientEnvironment.cs
- HttpStreamXmlDictionaryWriter.cs
- ApplicationGesture.cs
- ReadOnlyActivityGlyph.cs
- XmlDataSource.cs
- typedescriptorpermissionattribute.cs
- BasicKeyConstraint.cs
- PropertyValueChangedEvent.cs
- EFAssociationProvider.cs
- TypeHelpers.cs
- Emitter.cs
- ConstNode.cs
- TextAdaptor.cs
- GeometryConverter.cs
- Item.cs
- PageSetupDialog.cs
- CacheSection.cs
- StorageComplexTypeMapping.cs
- KeyToListMap.cs
- Command.cs
- ComEventsSink.cs
- RegistryKey.cs
- DescendantQuery.cs
- RegionInfo.cs
- ColorTranslator.cs
- DependencyPropertyValueSerializer.cs
- listitem.cs
- SSmlParser.cs
- DefaultPrintController.cs
- DataContractSet.cs
- XmlWellformedWriter.cs
- TagMapCollection.cs
- PerformanceCounterPermission.cs
- EntityReference.cs
- oledbmetadatacolumnnames.cs
- DnsEndPoint.cs
- OleCmdHelper.cs
- SqlDataSourceView.cs
- BamlReader.cs
- MouseOverProperty.cs
- XmlWhitespace.cs
- AuthenticationException.cs
- XmlSchemaComplexContentRestriction.cs
- fixedPageContentExtractor.cs
- ConfigXmlText.cs
- HttpProfileBase.cs
- ConditionalExpression.cs
- SurrogateSelector.cs
- CopyNodeSetAction.cs
- InputLangChangeRequestEvent.cs
- KeyGestureValueSerializer.cs
- ResourceReferenceExpressionConverter.cs
- Pen.cs
- Optimizer.cs
- ScriptModule.cs
- Variable.cs
- InputProviderSite.cs
- BooleanFunctions.cs
- PointValueSerializer.cs
- TypeForwardedToAttribute.cs
- DataGridCellItemAutomationPeer.cs
- StrokeNodeData.cs
- ProcessModelSection.cs
- ObjectFullSpanRewriter.cs
- PersonalizationStateInfoCollection.cs
- FilterInvalidBodyAccessException.cs
- CapabilitiesRule.cs
- GenericEnumerator.cs