Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / RegisteredArrayDeclaration.cs / 1 / RegisteredArrayDeclaration.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public sealed class RegisteredArrayDeclaration { private Control _control; private string _name; private string _value; internal RegisteredArrayDeclaration(Control control, string arrayName, string arrayValue) { Debug.Assert(arrayName != null); // null value allowed by asp.net _control = control; _name = arrayName; _value = arrayValue; } public string Name { get { return _name; } } public string Value { get { // may be null return _value; } } public Control Control { get { return _control; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public sealed class RegisteredArrayDeclaration { private Control _control; private string _name; private string _value; internal RegisteredArrayDeclaration(Control control, string arrayName, string arrayValue) { Debug.Assert(arrayName != null); // null value allowed by asp.net _control = control; _name = arrayName; _value = arrayValue; } public string Name { get { return _name; } } public string Value { get { // may be null return _value; } } public Control Control { get { return _control; } } } } // 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
- GroupItemAutomationPeer.cs
- RowToParametersTransformer.cs
- ValidationException.cs
- Constants.cs
- TheQuery.cs
- ConfigurationValidatorAttribute.cs
- TextTreeTextBlock.cs
- DataObjectMethodAttribute.cs
- TdsParser.cs
- IssuedTokenParametersEndpointAddressElement.cs
- ProfilePropertyMetadata.cs
- IPCCacheManager.cs
- PackagePart.cs
- ClientOptions.cs
- SHA384Managed.cs
- PropertyDescriptorComparer.cs
- MenuItem.cs
- ExpandableObjectConverter.cs
- CustomPopupPlacement.cs
- ServerValidateEventArgs.cs
- QilIterator.cs
- LongAverageAggregationOperator.cs
- RowTypePropertyElement.cs
- NetworkAddressChange.cs
- relpropertyhelper.cs
- SystemResourceKey.cs
- NotificationContext.cs
- SQLSingleStorage.cs
- AuthenticationException.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- ProvidersHelper.cs
- ResourceManager.cs
- Error.cs
- SignatureResourcePool.cs
- JournalEntryStack.cs
- ThreadNeutralSemaphore.cs
- CustomAttributeFormatException.cs
- DelegatingTypeDescriptionProvider.cs
- Peer.cs
- unsafenativemethodstextservices.cs
- X509Certificate2Collection.cs
- DiagnosticEventProvider.cs
- UIServiceHelper.cs
- BuildProvider.cs
- PolyLineSegmentFigureLogic.cs
- TriggerAction.cs
- ExceptionHelpers.cs
- Scene3D.cs
- AnimatedTypeHelpers.cs
- PlainXmlSerializer.cs
- SHA512Managed.cs
- SafeRegistryKey.cs
- SoapCodeExporter.cs
- InvokeGenerator.cs
- CaseInsensitiveOrdinalStringComparer.cs
- SmiXetterAccessMap.cs
- BigInt.cs
- ThreadStaticAttribute.cs
- SqlError.cs
- ResourceContainer.cs
- GACMembershipCondition.cs
- OrderToken.cs
- XmlSchemaAnyAttribute.cs
- Color.cs
- ReceiveActivityDesigner.cs
- CategoryAttribute.cs
- RestHandlerFactory.cs
- NonClientArea.cs
- ToolStripDropDownClosedEventArgs.cs
- KeyboardEventArgs.cs
- DataViewManagerListItemTypeDescriptor.cs
- StylusPointPropertyUnit.cs
- RegexStringValidator.cs
- XmlWriterSettings.cs
- CustomError.cs
- BigInt.cs
- PerformanceCounterManager.cs
- SingleAnimation.cs
- AbsoluteQuery.cs
- XmlValidatingReader.cs
- Statements.cs
- FlowDocumentReader.cs
- LineBreakRecord.cs
- XamlTreeBuilderBamlRecordWriter.cs
- OutputScopeManager.cs
- RectangleConverter.cs
- DataGridViewTextBoxColumn.cs
- TextSchema.cs
- DnsEndPoint.cs
- JoinGraph.cs
- ListManagerBindingsCollection.cs
- ModuleBuilderData.cs
- TemplateParser.cs
- TextDecorationCollectionConverter.cs
- XmlElement.cs
- IQueryable.cs
- PrintPreviewDialog.cs
- HScrollBar.cs
- BitmapEffect.cs
- DesignRelationCollection.cs