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
- UInt64Storage.cs
- DeclarativeCatalogPart.cs
- ActiveXHelper.cs
- XmlSchemaSubstitutionGroup.cs
- WorkflowQueuingService.cs
- FixedTextBuilder.cs
- ProtocolInformationWriter.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- DoubleUtil.cs
- TextContainerChangeEventArgs.cs
- TextMarkerSource.cs
- DispatcherProcessingDisabled.cs
- OdbcEnvironment.cs
- nulltextnavigator.cs
- InternalSendMessage.cs
- ExtractedStateEntry.cs
- RSAProtectedConfigurationProvider.cs
- EntityViewGenerator.cs
- SafePEFileHandle.cs
- ValidatorCompatibilityHelper.cs
- FragmentNavigationEventArgs.cs
- Thumb.cs
- CodeVariableDeclarationStatement.cs
- ArraySet.cs
- ListItemViewControl.cs
- SoapServerMessage.cs
- DataListCommandEventArgs.cs
- FixedSOMTableRow.cs
- StringTraceRecord.cs
- PtsPage.cs
- CodeVariableReferenceExpression.cs
- SingleAnimationBase.cs
- RegexNode.cs
- Dispatcher.cs
- MSHTMLHost.cs
- _LocalDataStore.cs
- UnsafeNativeMethods.cs
- XmlValidatingReader.cs
- TextElement.cs
- X509Utils.cs
- OneOfConst.cs
- XXXInfos.cs
- ToolStripStatusLabel.cs
- CallSite.cs
- DebugHandleTracker.cs
- X509ScopedServiceCertificateElement.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- DesignerMetadata.cs
- CriticalHandle.cs
- TextClipboardData.cs
- SingleConverter.cs
- IChannel.cs
- MediaCommands.cs
- ToolBarDesigner.cs
- IUnknownConstantAttribute.cs
- SqlFunctionAttribute.cs
- DataReaderContainer.cs
- SqlCacheDependencySection.cs
- DbTransaction.cs
- SeekableReadStream.cs
- CompletedAsyncResult.cs
- DotAtomReader.cs
- HtmlSelectionListAdapter.cs
- MachineKeySection.cs
- WinCategoryAttribute.cs
- RegularExpressionValidator.cs
- ProxyWebPart.cs
- TextTreePropertyUndoUnit.cs
- EventManager.cs
- _ConnectionGroup.cs
- LinkTarget.cs
- ReadOnlyHierarchicalDataSourceView.cs
- DataGridColumnCollection.cs
- WindowsComboBox.cs
- ServerValidateEventArgs.cs
- XmlWriter.cs
- Dynamic.cs
- DataGridCommandEventArgs.cs
- ProtocolsSection.cs
- TextClipboardData.cs
- AppDomainProtocolHandler.cs
- MemberHolder.cs
- ImageBrush.cs
- CursorConverter.cs
- EventLogEntry.cs
- DataBindingList.cs
- PropertyItem.cs
- SelectedGridItemChangedEvent.cs
- DataObjectSettingDataEventArgs.cs
- ConfigXmlAttribute.cs
- DependencyPropertyAttribute.cs
- SizeValueSerializer.cs
- PolyLineSegment.cs
- CatalogPartCollection.cs
- X509SecurityTokenParameters.cs
- CompoundFileIOPermission.cs
- EventRoute.cs
- VisualStyleTypesAndProperties.cs
- EpmContentDeSerializerBase.cs
- AxisAngleRotation3D.cs