Code:
/ FX-1434 / FX-1434 / 1.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
- FlowLayoutPanel.cs
- BidOverLoads.cs
- ConfigXmlSignificantWhitespace.cs
- ResXBuildProvider.cs
- DateBoldEvent.cs
- ImageDrawing.cs
- Int32Animation.cs
- SamlEvidence.cs
- SystemIPGlobalStatistics.cs
- XmlSchemaProviderAttribute.cs
- MessageTraceRecord.cs
- _ContextAwareResult.cs
- WebPartTracker.cs
- XmlFileEditor.cs
- DataGridViewCellValidatingEventArgs.cs
- AssemblyAssociatedContentFileAttribute.cs
- ListViewPagedDataSource.cs
- CheckBoxStandardAdapter.cs
- Range.cs
- StandardToolWindows.cs
- FileUpload.cs
- RectangleConverter.cs
- RectangleGeometry.cs
- IPipelineRuntime.cs
- StopStoryboard.cs
- DataGridState.cs
- TextPointerBase.cs
- ArcSegment.cs
- StateWorkerRequest.cs
- DataGridViewRowsAddedEventArgs.cs
- PeerToPeerException.cs
- Deserializer.cs
- Matrix.cs
- PageScaling.cs
- ElementNotEnabledException.cs
- ListViewGroup.cs
- XamlClipboardData.cs
- ResourceManager.cs
- ServicePoint.cs
- ProfessionalColorTable.cs
- KernelTypeValidation.cs
- NativeObjectSecurity.cs
- DoubleCollection.cs
- DataSpaceManager.cs
- ZipArchive.cs
- List.cs
- SizeF.cs
- streamingZipPartStream.cs
- DeviceContexts.cs
- RichTextBox.cs
- MetabaseServerConfig.cs
- ScrollContentPresenter.cs
- CommandDesigner.cs
- InboundActivityHelper.cs
- TypedTableHandler.cs
- MessageCredentialType.cs
- ColumnWidthChangedEvent.cs
- Composition.cs
- DataGridViewTextBoxCell.cs
- SyndicationElementExtension.cs
- DataGridViewElement.cs
- WebPartEditVerb.cs
- SqlTriggerContext.cs
- EntityDataSourceState.cs
- DataGridViewColumnEventArgs.cs
- ItemsControl.cs
- URLAttribute.cs
- System.Data.OracleClient_BID.cs
- BufferModeSettings.cs
- ParserOptions.cs
- PermissionAttributes.cs
- DateTimeConverter.cs
- CachedFontFace.cs
- ParserExtension.cs
- ImmutableDispatchRuntime.cs
- CodeTypeMemberCollection.cs
- MeasurementDCInfo.cs
- NamespaceCollection.cs
- LinearKeyFrames.cs
- BooleanToVisibilityConverter.cs
- PerformanceCounterLib.cs
- ThemeableAttribute.cs
- SoapFormatter.cs
- Simplifier.cs
- HttpCapabilitiesBase.cs
- SymDocumentType.cs
- Image.cs
- MemoryPressure.cs
- ClosableStream.cs
- BitmapEffectOutputConnector.cs
- ArrayMergeHelper.cs
- SiteIdentityPermission.cs
- odbcmetadatacolumnnames.cs
- Internal.cs
- ObjectNotFoundException.cs
- PlatformCulture.cs
- ZipFileInfo.cs
- TableRowGroupCollection.cs
- Matrix3DValueSerializer.cs
- LinkedResource.cs