Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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;
}
}
}
}
// 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;
///
/// 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;
}
}
}
}
// 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
- StylusPointPropertyInfoDefaults.cs
- EntityDataSourceContextCreatingEventArgs.cs
- SqlProfileProvider.cs
- CalendarDesigner.cs
- InvalidAsynchronousStateException.cs
- DelegateSerializationHolder.cs
- XmlSchemaComplexContent.cs
- Exceptions.cs
- BitmapCache.cs
- InheritanceUI.cs
- Rule.cs
- DataPagerFieldCommandEventArgs.cs
- ConfigurationValidatorAttribute.cs
- TextServicesDisplayAttribute.cs
- GlyphCache.cs
- SqlDeflator.cs
- GridProviderWrapper.cs
- ProcessStartInfo.cs
- SafeArrayTypeMismatchException.cs
- NavigationPropertyEmitter.cs
- MetadataException.cs
- ComponentResourceManager.cs
- Win32Interop.cs
- Brush.cs
- Identity.cs
- RemoteWebConfigurationHostStream.cs
- ContentHostHelper.cs
- _AcceptOverlappedAsyncResult.cs
- TransportDefaults.cs
- GlobalAllocSafeHandle.cs
- TextBlock.cs
- input.cs
- MetaModel.cs
- OleDbTransaction.cs
- ComponentResourceKey.cs
- AsyncPostBackErrorEventArgs.cs
- PassportIdentity.cs
- CompilerGlobalScopeAttribute.cs
- WindowsStatusBar.cs
- Stacktrace.cs
- handlecollector.cs
- AddInPipelineAttributes.cs
- HttpClientProtocol.cs
- SafeCoTaskMem.cs
- Exception.cs
- Timer.cs
- TcpClientChannel.cs
- DbReferenceCollection.cs
- OdbcConnectionHandle.cs
- HGlobalSafeHandle.cs
- DashStyle.cs
- DebugHandleTracker.cs
- CircleHotSpot.cs
- CollectionChangedEventManager.cs
- UrlMapping.cs
- CTreeGenerator.cs
- BamlResourceContent.cs
- StickyNoteHelper.cs
- InertiaExpansionBehavior.cs
- FtpRequestCacheValidator.cs
- PermissionSet.cs
- RowToParametersTransformer.cs
- HttpStreams.cs
- XPathNodeList.cs
- ExceptionNotification.cs
- MouseGestureValueSerializer.cs
- DataServiceQuery.cs
- BindStream.cs
- FailedToStartupUIException.cs
- TransactionProxy.cs
- RegexNode.cs
- WebServiceData.cs
- TcpAppDomainProtocolHandler.cs
- TaskHelper.cs
- InternalException.cs
- SpnegoTokenProvider.cs
- DataRecordInternal.cs
- ImageDrawing.cs
- RuntimeIdentifierPropertyAttribute.cs
- SymbolTable.cs
- ListView.cs
- oledbmetadatacollectionnames.cs
- TargetControlTypeAttribute.cs
- Timer.cs
- NodeFunctions.cs
- BuildResultCache.cs
- DataGridViewAccessibleObject.cs
- WebZone.cs
- DataGridViewColumnHeaderCell.cs
- OdbcConnectionFactory.cs
- WebBrowserProgressChangedEventHandler.cs
- DataSourceCacheDurationConverter.cs
- SqlDataAdapter.cs
- PointValueSerializer.cs
- RowCache.cs
- altserialization.cs
- UrlSyndicationContent.cs
- SqlUtils.cs
- StringConcat.cs
- DispatchChannelSink.cs