Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / BuilderPropertyEntry.cs / 1 / BuilderPropertyEntry.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI {
using System.Security.Permissions;
///
/// Abstract base class for all property entries that require a ControlBuilder
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public abstract class BuilderPropertyEntry : PropertyEntry {
private ControlBuilder _builder;
internal BuilderPropertyEntry() {
}
///
///
public ControlBuilder Builder {
get {
return _builder;
}
set {
_builder = value;
}
}
}
}
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- IconBitmapDecoder.cs
- ButtonPopupAdapter.cs
- AccessDataSourceView.cs
- TransactionFilter.cs
- XPathDocumentNavigator.cs
- WindowsAltTab.cs
- WebBrowsableAttribute.cs
- SurrogateEncoder.cs
- XmlSchemaSimpleTypeUnion.cs
- ExtenderControl.cs
- QilExpression.cs
- WrappedReader.cs
- ContextStaticAttribute.cs
- LayoutManager.cs
- RemotingConfigParser.cs
- Invariant.cs
- DPCustomTypeDescriptor.cs
- SQLInt64.cs
- Part.cs
- odbcmetadatafactory.cs
- WCFBuildProvider.cs
- SslStreamSecurityElement.cs
- RegularExpressionValidator.cs
- WindowsGraphics2.cs
- FileUtil.cs
- ImageListImage.cs
- ConfigurationException.cs
- MenuItemCollection.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- UrlMappingCollection.cs
- QuerySubExprEliminator.cs
- XamlFilter.cs
- HitTestFilterBehavior.cs
- InvalidateEvent.cs
- HtmlInputButton.cs
- UriTemplateEquivalenceComparer.cs
- DetailsViewModeEventArgs.cs
- DoubleCollection.cs
- AuthenticationManager.cs
- RemoteWebConfigurationHostServer.cs
- ListBox.cs
- StructuredType.cs
- CommentGlyph.cs
- MaskedTextBoxDesignerActionList.cs
- DownloadProgressEventArgs.cs
- FormattedTextSymbols.cs
- elementinformation.cs
- RuleRefElement.cs
- ReadOnlyTernaryTree.cs
- XmlNavigatorStack.cs
- DataFormats.cs
- MenuItem.cs
- ExpressionBuilderCollection.cs
- CodeTypeReferenceExpression.cs
- KeyProperty.cs
- ZoneButton.cs
- ConnectionOrientedTransportChannelFactory.cs
- CallInfo.cs
- XmlObjectSerializerWriteContext.cs
- StreamWithDictionary.cs
- ReferencedCollectionType.cs
- DelegatingConfigHost.cs
- ButtonField.cs
- DataColumnCollection.cs
- DiscoveryRequestHandler.cs
- SessionStateItemCollection.cs
- DataGridCommandEventArgs.cs
- XmlDataImplementation.cs
- XmlAggregates.cs
- UnmanagedMarshal.cs
- BaseInfoTable.cs
- SmtpDigestAuthenticationModule.cs
- ItemCollection.cs
- SystemGatewayIPAddressInformation.cs
- DesignerActionList.cs
- TextEditorCopyPaste.cs
- DataGridViewDataErrorEventArgs.cs
- RepeaterItem.cs
- RoleManagerSection.cs
- BitmapEffectInput.cs
- SQLResource.cs
- ImageIndexConverter.cs
- ServiceBehaviorElement.cs
- EncodingDataItem.cs
- Parsers.cs
- WinEventTracker.cs
- InstanceLockQueryResult.cs
- StylusTip.cs
- InvalidDataException.cs
- ConfigurationSectionHelper.cs
- CookieProtection.cs
- LineMetrics.cs
- ScrollableControl.cs
- BindableAttribute.cs
- BlurBitmapEffect.cs
- RuntimeComponentFilter.cs
- EntityCommandCompilationException.cs
- errorpatternmatcher.cs
- TransactionState.cs
- Queue.cs