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
- VoiceSynthesis.cs
- Part.cs
- StartFileNameEditor.cs
- AppSecurityManager.cs
- SiteMapDataSourceView.cs
- Application.cs
- tibetanshape.cs
- RegexCaptureCollection.cs
- VirtualDirectoryMapping.cs
- ViewStateModeByIdAttribute.cs
- LogicalExpr.cs
- OpenFileDialog.cs
- TransactionInformation.cs
- LongTypeConverter.cs
- COM2Properties.cs
- ProfilePropertyNameValidator.cs
- PixelShader.cs
- StackOverflowException.cs
- InvalidDataException.cs
- AncestorChangedEventArgs.cs
- WorkflowOwnershipException.cs
- InstalledFontCollection.cs
- FontFamilyValueSerializer.cs
- ContourSegment.cs
- ThreadStaticAttribute.cs
- MarginsConverter.cs
- IOException.cs
- EdmProviderManifest.cs
- UiaCoreTypesApi.cs
- AlternateView.cs
- IfAction.cs
- SoapFormatterSinks.cs
- CfgSemanticTag.cs
- Pen.cs
- LocalizationComments.cs
- MetaData.cs
- X509ImageLogo.cs
- PopupEventArgs.cs
- HealthMonitoringSectionHelper.cs
- HitTestWithGeometryDrawingContextWalker.cs
- RawUIStateInputReport.cs
- NetStream.cs
- TraceProvider.cs
- DuplexSecurityProtocolFactory.cs
- PageCatalogPart.cs
- cryptoapiTransform.cs
- ProfileSettingsCollection.cs
- MDIClient.cs
- EditorZoneBase.cs
- BindingListCollectionView.cs
- DirectionalLight.cs
- EditorZoneBase.cs
- CodeNamespaceImport.cs
- PasswordTextContainer.cs
- ExceptionHandlerDesigner.cs
- SearchForVirtualItemEventArgs.cs
- CacheForPrimitiveTypes.cs
- DataBindingList.cs
- SqlMultiplexer.cs
- PerformanceCounterCategory.cs
- WindowsTab.cs
- ComponentEditorForm.cs
- DataGridViewColumnTypePicker.cs
- TextLineResult.cs
- XmlAttributeCollection.cs
- DesignerProperties.cs
- Deflater.cs
- WorkflowHostingResponseContext.cs
- RetrieveVirtualItemEventArgs.cs
- Lasso.cs
- SoapAttributeAttribute.cs
- Delegate.cs
- HttpHeaderCollection.cs
- DeploymentSection.cs
- JsonQueryStringConverter.cs
- SortedDictionary.cs
- TransportBindingElement.cs
- PassportPrincipal.cs
- XPathScanner.cs
- DetailsViewRowCollection.cs
- OdbcParameter.cs
- _ConnectOverlappedAsyncResult.cs
- ReadOnlyCollectionBase.cs
- SchemaExporter.cs
- ValidationHelpers.cs
- ErrorRuntimeConfig.cs
- Size3DValueSerializer.cs
- MergeExecutor.cs
- DeploymentSection.cs
- ping.cs
- ListView.cs
- DocobjHost.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- DiscreteKeyFrames.cs
- DataObjectCopyingEventArgs.cs
- InstancePersistenceEvent.cs
- ProcessModelInfo.cs
- XmlCustomFormatter.cs
- ComponentDispatcherThread.cs
- DataGridViewRowEventArgs.cs