Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / DynamicData / DynamicData / DataControlReference.cs / 1305376 / DataControlReference.cs
namespace System.Web.DynamicData { using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Drawing.Design; using System.Security.Permissions; using System.Web.UI; ////// Registers a DataControl for use with Dynamic Data /// public class DataControlReference { ////// Dynamic data manager registering the data control /// [Browsable(false)] public DynamicDataManager Owner { get; internal set; } ////// ControlID of the DataControl /// [ Category("Behavior"), DefaultValue(""), IDReferenceProperty(), ResourceDescription("DataControlReference_ControlID"), #if !ORYX_VNEXT TypeConverter("System.Web.DynamicData.Design.DataControlReferenceIDConverter, " + AssemblyRef.SystemWebDynamicDataDesign), #endif SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "ID") ] public string ControlID { get; set; } [SuppressMessage("Microsoft.Security", "CA2123:OverrideLinkDemandsShouldBeIdenticalToBase")] public override string ToString() { if (String.IsNullOrEmpty(ControlID)) { return "DataControl"; } else { return "DataControl: " + ControlID; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CmsInterop.cs
- MenuAdapter.cs
- TableRowCollection.cs
- WebDescriptionAttribute.cs
- ToolTipAutomationPeer.cs
- FixedTextBuilder.cs
- WindowsButton.cs
- TemplateManager.cs
- ListCommandEventArgs.cs
- CacheVirtualItemsEvent.cs
- FileEnumerator.cs
- WebPartCollection.cs
- Panel.cs
- XmlElementCollection.cs
- DiscoveryDocumentLinksPattern.cs
- DispatcherExceptionEventArgs.cs
- Message.cs
- XmlSchemaInfo.cs
- DBConcurrencyException.cs
- XmlTypeAttribute.cs
- EditorAttribute.cs
- WorkflowCommandExtensionItem.cs
- ResourceManager.cs
- BufferedGraphicsContext.cs
- XPathDocument.cs
- HttpStreamFormatter.cs
- CustomCredentialPolicy.cs
- XmlSchemaValidationException.cs
- ValidationSummary.cs
- DocumentCollection.cs
- IpcChannelHelper.cs
- HostExecutionContextManager.cs
- WebPartConnectionCollection.cs
- KeyInterop.cs
- Evaluator.cs
- FlowDocumentView.cs
- FormViewUpdateEventArgs.cs
- TracedNativeMethods.cs
- ApplicationServiceManager.cs
- TextBoxAutomationPeer.cs
- AuthenticationSection.cs
- FontEmbeddingManager.cs
- AnnotationAuthorChangedEventArgs.cs
- WebPartConnectionsEventArgs.cs
- Vars.cs
- SvcMapFileLoader.cs
- TextSerializer.cs
- WebPartTransformerCollection.cs
- SecurityException.cs
- LayoutUtils.cs
- ModifierKeysValueSerializer.cs
- XMLDiffLoader.cs
- DeferredSelectedIndexReference.cs
- XmlWriter.cs
- PointAnimationBase.cs
- DigitShape.cs
- TypeConverter.cs
- Nodes.cs
- TypeCacheManager.cs
- DocumentAutomationPeer.cs
- WorkflowOwnerAsyncResult.cs
- WindowsIdentity.cs
- SqlExpressionNullability.cs
- IERequestCache.cs
- ObservableDictionary.cs
- DateTimeConverter2.cs
- FontWeights.cs
- Axis.cs
- PerformanceCounterPermissionAttribute.cs
- Membership.cs
- SelectionProviderWrapper.cs
- InputBuffer.cs
- SmtpNtlmAuthenticationModule.cs
- UnsafeNativeMethods.cs
- Content.cs
- ResourceAssociationSet.cs
- RandomNumberGenerator.cs
- TaiwanCalendar.cs
- NetworkInformationException.cs
- IncrementalHitTester.cs
- ServiceNameElementCollection.cs
- FileLogRecordStream.cs
- XamlToRtfWriter.cs
- ProgressBar.cs
- wgx_commands.cs
- XhtmlBasicLabelAdapter.cs
- ServiceThrottle.cs
- CacheDependency.cs
- MemberDomainMap.cs
- BrowserDefinitionCollection.cs
- DbMetaDataCollectionNames.cs
- RealProxy.cs
- ThrowHelper.cs
- SystemDiagnosticsSection.cs
- ContentType.cs
- EditingMode.cs
- SqlInternalConnection.cs
- ObjectAnimationUsingKeyFrames.cs
- ConfigXmlSignificantWhitespace.cs
- IntSecurity.cs