Code:
/ 4.0 / 4.0 / 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. 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
- CompatibleComparer.cs
- SpeechRecognizer.cs
- SpeechRecognizer.cs
- SerializationObjectManager.cs
- ConfigXmlCDataSection.cs
- FormsAuthenticationEventArgs.cs
- PolicyException.cs
- ViewCellSlot.cs
- WindowsScroll.cs
- StringSource.cs
- XmlSchemaAnnotated.cs
- FontStretch.cs
- ServicePointManagerElement.cs
- FormsAuthentication.cs
- FormViewPageEventArgs.cs
- PolicyException.cs
- SecurityRuntime.cs
- Exception.cs
- SafeBitVector32.cs
- DesignerActionUIStateChangeEventArgs.cs
- ProtocolsConfigurationEntry.cs
- ActivityWithResultValueSerializer.cs
- ListBoxItemWrapperAutomationPeer.cs
- PngBitmapEncoder.cs
- FloaterBaseParaClient.cs
- SoapIncludeAttribute.cs
- ResourceDescriptionAttribute.cs
- Object.cs
- HandlerFactoryCache.cs
- BufferedStream2.cs
- COMException.cs
- TransformedBitmap.cs
- EntityClassGenerator.cs
- documentsequencetextpointer.cs
- CollectionBase.cs
- StorageEntitySetMapping.cs
- PackageRelationshipSelector.cs
- WebPermission.cs
- NavigationProgressEventArgs.cs
- Group.cs
- Propagator.JoinPropagator.JoinPredicateVisitor.cs
- ControlBindingsConverter.cs
- WebPartUtil.cs
- WebServiceFault.cs
- CachedBitmap.cs
- ObjectComplexPropertyMapping.cs
- CodeTypeReferenceSerializer.cs
- mediaeventshelper.cs
- DataGridViewRowConverter.cs
- ColumnBinding.cs
- GroupLabel.cs
- SystemInfo.cs
- PasswordPropertyTextAttribute.cs
- Attributes.cs
- DocumentReference.cs
- MsmqAuthenticationMode.cs
- OdbcRowUpdatingEvent.cs
- WaitForChangedResult.cs
- Persist.cs
- FamilyTypeface.cs
- VisualStyleElement.cs
- TreeNodeStyleCollection.cs
- followingquery.cs
- GeneralTransform3D.cs
- ModelPropertyCollectionImpl.cs
- OrderPreservingMergeHelper.cs
- DataService.cs
- ControlBuilder.cs
- TransformPatternIdentifiers.cs
- Button.cs
- ToolStripSeparator.cs
- EpmHelper.cs
- XmlDigitalSignatureProcessor.cs
- CfgParser.cs
- StylusPointCollection.cs
- TextTreeNode.cs
- DataGridCell.cs
- PinnedBufferMemoryStream.cs
- XmlCodeExporter.cs
- TextTreeObjectNode.cs
- BookmarkManager.cs
- FrameworkContentElement.cs
- XmlSchemaGroup.cs
- MenuScrollingVisibilityConverter.cs
- InvariantComparer.cs
- SecurityDescriptor.cs
- SqlDataRecord.cs
- UnsafeCollabNativeMethods.cs
- LocalizableResourceBuilder.cs
- BitmapPalette.cs
- TextEditorCharacters.cs
- ThreadAbortException.cs
- OdbcFactory.cs
- Pkcs7Signer.cs
- LeafCellTreeNode.cs
- HandleCollector.cs
- CaseInsensitiveComparer.cs
- RotateTransform3D.cs
- TextRangeBase.cs
- InheritedPropertyChangedEventArgs.cs