Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Data / System / Data / DataSysAttribute.cs / 1305376 / DataSysAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //----------------------------------------------------------------------------- /* */ namespace System.Data { using System; using System.ComponentModel; ////// [AttributeUsage(AttributeTargets.All)] [ Obsolete("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", false) ] public class DataSysDescriptionAttribute : DescriptionAttribute { private bool replaced = false; ////// DescriptionAttribute marks a property, event, or extender with a /// description. Visual designers can display this description when referencing /// the member. /// ////// Constructs a new sys description. /// [ Obsolete("DataSysDescriptionAttribute has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202", false) ] public DataSysDescriptionAttribute(string description) : base(description) { } ////// Retrieves the description text. /// public override string Description { get { if (!replaced) { replaced = true; DescriptionValue = Res.GetString(base.Description); } return base.Description; } } } } // 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
- RowParagraph.cs
- MenuItemStyleCollection.cs
- RichTextBoxConstants.cs
- SponsorHelper.cs
- StyleCollection.cs
- Facet.cs
- TypeContext.cs
- PerspectiveCamera.cs
- App.cs
- EventProviderWriter.cs
- OleAutBinder.cs
- URLEditor.cs
- HwndSubclass.cs
- Utils.cs
- safelinkcollection.cs
- OracleString.cs
- ForwardPositionQuery.cs
- Exception.cs
- ThicknessConverter.cs
- TabControlEvent.cs
- HttpContext.cs
- ComponentResourceManager.cs
- TextSearch.cs
- ServiceDebugBehavior.cs
- EntityStoreSchemaFilterEntry.cs
- LinkLabelLinkClickedEvent.cs
- ToolStripDesignerAvailabilityAttribute.cs
- KnownColorTable.cs
- GlyphElement.cs
- WebPartZone.cs
- ArrayList.cs
- TargetParameterCountException.cs
- FieldAccessException.cs
- BaseParser.cs
- TraceUtility.cs
- SQLByte.cs
- XmlSchemaImporter.cs
- UserControl.cs
- GcHandle.cs
- AttributeProviderAttribute.cs
- TransactionScope.cs
- ReadOnlyActivityGlyph.cs
- SimpleTypeResolver.cs
- SocketPermission.cs
- CodeValidator.cs
- ClientSponsor.cs
- WebPartDeleteVerb.cs
- ExclusiveCanonicalizationTransform.cs
- JournalEntryListConverter.cs
- ToolStripDropDownClosingEventArgs.cs
- SystemTcpStatistics.cs
- BamlRecordReader.cs
- SecurityVerifiedMessage.cs
- CompoundFileIOPermission.cs
- NavigateEvent.cs
- _AutoWebProxyScriptWrapper.cs
- CommandValueSerializer.cs
- ConfigurationSection.cs
- BindingOperations.cs
- StaticSiteMapProvider.cs
- PolyQuadraticBezierSegment.cs
- baseaxisquery.cs
- ISAPIWorkerRequest.cs
- NameValuePermission.cs
- XmlCharCheckingWriter.cs
- Type.cs
- SerializationObjectManager.cs
- LocatorGroup.cs
- BasicBrowserDialog.cs
- SymbolUsageManager.cs
- HtmlContainerControl.cs
- TextCompositionEventArgs.cs
- VersionConverter.cs
- XmlAnyAttributeAttribute.cs
- HashSetEqualityComparer.cs
- ObjectParameterCollection.cs
- ClientType.cs
- OleDbFactory.cs
- IntSecurity.cs
- WebPartConnection.cs
- ScriptBehaviorDescriptor.cs
- WindowsAltTab.cs
- DataColumnCollection.cs
- MoveSizeWinEventHandler.cs
- InvalidWMPVersionException.cs
- AdornerLayer.cs
- StateElement.cs
- WebServiceData.cs
- CheckedPointers.cs
- PartitionedStream.cs
- LogEntrySerializationException.cs
- XmlAttributes.cs
- oledbmetadatacolumnnames.cs
- SemanticAnalyzer.cs
- XmlElementCollection.cs
- ImageFormat.cs
- PasswordRecoveryAutoFormat.cs
- SmtpAuthenticationManager.cs
- AuthenticationModuleElement.cs
- TextElementEnumerator.cs