Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SafeThreadHandle.cs
- ModulesEntry.cs
- EventRecord.cs
- ConvertersCollection.cs
- SparseMemoryStream.cs
- WindowAutomationPeer.cs
- LineInfo.cs
- UrlMappingsSection.cs
- Subtree.cs
- WebSysDisplayNameAttribute.cs
- IssuedTokenServiceElement.cs
- HtmlImage.cs
- SynchronizationLockException.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- BooleanToVisibilityConverter.cs
- DependencyPropertyAttribute.cs
- Matrix3D.cs
- _ShellExpression.cs
- TypeDependencyAttribute.cs
- Typography.cs
- ReflectionHelper.cs
- Misc.cs
- SBCSCodePageEncoding.cs
- FixedTextContainer.cs
- Oid.cs
- ContentHostHelper.cs
- HighContrastHelper.cs
- EventManager.cs
- TransactionScope.cs
- MaterialGroup.cs
- IPAddressCollection.cs
- GridViewRowCollection.cs
- SHA384CryptoServiceProvider.cs
- WebPartEditVerb.cs
- TdsParserSafeHandles.cs
- FlowDocumentPaginator.cs
- FrameworkElementAutomationPeer.cs
- SmiContext.cs
- CaretElement.cs
- BasicHttpMessageSecurityElement.cs
- ServiceKnownTypeAttribute.cs
- SystemException.cs
- StateChangeEvent.cs
- AsyncResult.cs
- FramingChannels.cs
- BaseDataBoundControl.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- DataGridViewBand.cs
- MailSettingsSection.cs
- ModifierKeysConverter.cs
- NetSectionGroup.cs
- ApplicationTrust.cs
- RemoteCryptoRsaServiceProvider.cs
- FontConverter.cs
- SecurityElement.cs
- SecUtil.cs
- GenericParameterDataContract.cs
- BufferBuilder.cs
- FtpCachePolicyElement.cs
- ProjectionPathSegment.cs
- PageBreakRecord.cs
- RulePatternOps.cs
- oledbmetadatacolumnnames.cs
- _NtlmClient.cs
- FixedSOMImage.cs
- MethodExpr.cs
- ComplexLine.cs
- CustomLineCap.cs
- QilUnary.cs
- BaseHashHelper.cs
- EmptyCollection.cs
- DataTableReaderListener.cs
- coordinatorscratchpad.cs
- Speller.cs
- PackagePart.cs
- InvalidAsynchronousStateException.cs
- XPathQilFactory.cs
- AnimatedTypeHelpers.cs
- TextEndOfSegment.cs
- OSFeature.cs
- RenderContext.cs
- ZipIOFileItemStream.cs
- TreeViewDesigner.cs
- DataStorage.cs
- Stream.cs
- TextBox.cs
- AppDomainFactory.cs
- MsmqInputSessionChannelListener.cs
- XmlAnyElementAttributes.cs
- LoginDesignerUtil.cs
- BuildProvider.cs
- RangeValueProviderWrapper.cs
- XslNumber.cs
- JsonWriter.cs
- BindableTemplateBuilder.cs
- WebPartConnectionsCloseVerb.cs
- DownloadProgressEventArgs.cs
- WindowsRegion.cs
- IdentityHolder.cs
- TemplatedMailWebEventProvider.cs