Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / DataSysAttribute.cs / 1 / 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) ] #if WINFSInternalOnly internal #else public #endif 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PointLightBase.cs
- XmlProcessingInstruction.cs
- ObjectTag.cs
- TextSpan.cs
- EntityDataSourceDesignerHelper.cs
- StrokeCollection.cs
- DataConnectionHelper.cs
- AddingNewEventArgs.cs
- SqlProviderManifest.cs
- CfgArc.cs
- SystemColors.cs
- DisplayMemberTemplateSelector.cs
- BitmapEffectGroup.cs
- Itemizer.cs
- Trigger.cs
- XmlSchemaValidator.cs
- IconConverter.cs
- TypeConverterHelper.cs
- ParameterReplacerVisitor.cs
- MenuStrip.cs
- ErrorFormatterPage.cs
- SignatureGenerator.cs
- SchemaMerger.cs
- RecordManager.cs
- SecondaryIndexDefinition.cs
- TreeNodeConverter.cs
- XmlSchemaAny.cs
- MustUnderstandBehavior.cs
- HtmlDocument.cs
- ManipulationStartedEventArgs.cs
- WorkflowMessageEventArgs.cs
- WebPartDisplayModeCollection.cs
- DataObjectMethodAttribute.cs
- OrderedDictionaryStateHelper.cs
- DeflateStreamAsyncResult.cs
- PageAdapter.cs
- Calendar.cs
- IdentityHolder.cs
- ConfigsHelper.cs
- ISO2022Encoding.cs
- GeometryHitTestResult.cs
- SiteMapNodeItem.cs
- QilStrConcat.cs
- ToolStripSplitButton.cs
- MessageQueueTransaction.cs
- HandlerWithFactory.cs
- RequestResponse.cs
- HMACRIPEMD160.cs
- UInt16Storage.cs
- ConfigurationElementCollection.cs
- AsnEncodedData.cs
- MenuItemCollection.cs
- ResolvedKeyFrameEntry.cs
- DesignConnection.cs
- ThreadStartException.cs
- RenderData.cs
- TabletCollection.cs
- InternalResources.cs
- AncestorChangedEventArgs.cs
- ListItemCollection.cs
- Evidence.cs
- HandlerBase.cs
- ProcessInputEventArgs.cs
- CmsInterop.cs
- DeferredElementTreeState.cs
- CfgRule.cs
- PropertyGeneratedEventArgs.cs
- FamilyMap.cs
- DataPointer.cs
- ButtonChrome.cs
- AssociatedControlConverter.cs
- CookielessHelper.cs
- WrapPanel.cs
- FormViewRow.cs
- SecurityManager.cs
- SctClaimDictionary.cs
- DbQueryCommandTree.cs
- ScriptModule.cs
- Ray3DHitTestResult.cs
- x509utils.cs
- TrustLevel.cs
- ProxyGenerationError.cs
- HWStack.cs
- NetPeerTcpBindingCollectionElement.cs
- TextEditorMouse.cs
- DataColumnChangeEvent.cs
- ObfuscateAssemblyAttribute.cs
- LayoutTable.cs
- SudsWriter.cs
- TransformPatternIdentifiers.cs
- RegexRunnerFactory.cs
- FrameworkContentElementAutomationPeer.cs
- SqlClientFactory.cs
- DataTableCollection.cs
- DataGridLengthConverter.cs
- SiteIdentityPermission.cs
- GridSplitter.cs
- DataTableNewRowEvent.cs
- SqlBuilder.cs
- Application.cs