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
- XmlSchemaDocumentation.cs
- ServiceHostFactory.cs
- XPathItem.cs
- GenerateScriptTypeAttribute.cs
- SqlInternalConnectionSmi.cs
- CodeCommentStatementCollection.cs
- EmptyCollection.cs
- IRCollection.cs
- SqlDataSourceView.cs
- MembershipValidatePasswordEventArgs.cs
- Equal.cs
- ComplexType.cs
- XamlVector3DCollectionSerializer.cs
- NavigationService.cs
- PathParser.cs
- ConfigurationValidatorAttribute.cs
- ActivityExecutorDelegateInfo.cs
- HtmlButton.cs
- ColorBlend.cs
- RegistryConfigurationProvider.cs
- UIElement.cs
- CacheMemory.cs
- HttpException.cs
- CalendarDesigner.cs
- ScrollChangedEventArgs.cs
- TrackingMemoryStreamFactory.cs
- ServiceHostFactory.cs
- WebPartVerbsEventArgs.cs
- RowToParametersTransformer.cs
- TextParaClient.cs
- DurableInstanceProvider.cs
- Timer.cs
- CollectionChangeEventArgs.cs
- WindowsToolbar.cs
- BlobPersonalizationState.cs
- DataTableExtensions.cs
- DataServiceHostFactory.cs
- WebInvokeAttribute.cs
- DataRelationPropertyDescriptor.cs
- SoapIgnoreAttribute.cs
- _HeaderInfo.cs
- AutomationPropertyInfo.cs
- MouseButton.cs
- UserControlBuildProvider.cs
- ReturnValue.cs
- HierarchicalDataTemplate.cs
- ReversePositionQuery.cs
- EntityDataSourceSelectingEventArgs.cs
- TimeSpanOrInfiniteConverter.cs
- MessageBox.cs
- XmlHierarchyData.cs
- SingleObjectCollection.cs
- ISFClipboardData.cs
- ConnectionPoolManager.cs
- TextAutomationPeer.cs
- MarshalByValueComponent.cs
- SQLSingle.cs
- ThemeDirectoryCompiler.cs
- GroupBox.cs
- ReadOnlyHierarchicalDataSource.cs
- MouseButtonEventArgs.cs
- JsonWriterDelegator.cs
- XmlTypeAttribute.cs
- PassportAuthentication.cs
- TransformCollection.cs
- MethodImplAttribute.cs
- DocumentEventArgs.cs
- StateManagedCollection.cs
- TextElementAutomationPeer.cs
- EdmMember.cs
- SelectionChangedEventArgs.cs
- AsymmetricSecurityProtocol.cs
- PropertyValue.cs
- CompoundFileStreamReference.cs
- AncillaryOps.cs
- SamlDoNotCacheCondition.cs
- BookmarkCallbackWrapper.cs
- GroupByExpressionRewriter.cs
- DynamicQueryableWrapper.cs
- MenuItem.cs
- RoutedEvent.cs
- WebBrowsableAttribute.cs
- CalendarData.cs
- DesignSurfaceEvent.cs
- ValidationError.cs
- XmlSerializableWriter.cs
- MulticastIPAddressInformationCollection.cs
- MeshGeometry3D.cs
- ToolTipService.cs
- Monitor.cs
- AppDomainInfo.cs
- AspNetSynchronizationContext.cs
- XmlDownloadManager.cs
- ParsedAttributeCollection.cs
- FactoryId.cs
- WebPermission.cs
- Panel.cs
- FloaterBaseParagraph.cs
- SizeLimitedCache.cs
- Config.cs