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
- cache.cs
- Bits.cs
- PageCatalogPart.cs
- ToolStripPanelDesigner.cs
- ExeConfigurationFileMap.cs
- SafeLibraryHandle.cs
- ExceptionWrapper.cs
- RegisteredArrayDeclaration.cs
- TreeViewImageIndexConverter.cs
- InternalSafeNativeMethods.cs
- FixedSOMTable.cs
- KeySpline.cs
- TimerElapsedEvenArgs.cs
- RegisteredDisposeScript.cs
- tabpagecollectioneditor.cs
- Logging.cs
- ProcessModelInfo.cs
- DataSourceXmlAttributeAttribute.cs
- Utils.cs
- AuthorizationPolicyTypeElementCollection.cs
- AnnotationComponentManager.cs
- BufferedReadStream.cs
- SQLBoolean.cs
- MissingMethodException.cs
- RangeValidator.cs
- ServiceModelActivity.cs
- AdornerDecorator.cs
- elementinformation.cs
- Constants.cs
- SafeLocalMemHandle.cs
- Matrix3DValueSerializer.cs
- DataBindingHandlerAttribute.cs
- Errors.cs
- RegexMatch.cs
- NetSectionGroup.cs
- COM2IProvidePropertyBuilderHandler.cs
- SamlAuthorizationDecisionStatement.cs
- DataObjectAttribute.cs
- GridProviderWrapper.cs
- TextElementCollectionHelper.cs
- CodeTypeParameter.cs
- DateTimeOffsetConverter.cs
- DataControlImageButton.cs
- CodeAccessPermission.cs
- ObjectDataSource.cs
- PresentationSource.cs
- MenuBase.cs
- COM2IDispatchConverter.cs
- ToolStrip.cs
- IntegrationExceptionEventArgs.cs
- LoginView.cs
- CanonicalXml.cs
- DaylightTime.cs
- SQLInt64.cs
- TraversalRequest.cs
- IPHostEntry.cs
- Drawing.cs
- EventRecord.cs
- CallbackValidatorAttribute.cs
- NotCondition.cs
- ComponentChangingEvent.cs
- WebResourceAttribute.cs
- CompositeActivityCodeGenerator.cs
- OutputCacheSettingsSection.cs
- TextTreeRootNode.cs
- GrammarBuilderWildcard.cs
- TypedElement.cs
- QilChoice.cs
- ToolStripScrollButton.cs
- ProtocolImporter.cs
- WebPartEditVerb.cs
- UnsafeNativeMethods.cs
- XmlReader.cs
- PathSegment.cs
- PreviewPageInfo.cs
- TypeDescriptorFilterService.cs
- SoapFormatExtensions.cs
- OdbcInfoMessageEvent.cs
- HttpAsyncResult.cs
- Rotation3DAnimation.cs
- ByteRangeDownloader.cs
- DataGridCellItemAutomationPeer.cs
- InvalidEnumArgumentException.cs
- GeneralTransform.cs
- Positioning.cs
- IgnoreSectionHandler.cs
- COM2Enum.cs
- HttpListenerTimeoutManager.cs
- NativeMethods.cs
- EmptyCollection.cs
- WhitespaceSignificantCollectionAttribute.cs
- DesignerActionMethodItem.cs
- CatalogPart.cs
- SettingsProperty.cs
- ToolboxDataAttribute.cs
- ISAPIRuntime.cs
- QuerySetOp.cs
- FixedPageProcessor.cs
- CodeComment.cs
- dataprotectionpermission.cs