Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / WebServicesDescriptionAttribute.cs / 1305376 / WebServicesDescriptionAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services { using System; using System.ComponentModel; ////// /// DescriptionAttribute marks a property, event, or extender with a /// description. Visual designers can display this description when referencing /// the member. /// [AttributeUsage(AttributeTargets.All)] internal class WebServicesDescriptionAttribute : DescriptionAttribute { private bool replaced = false; ////// /// Constructs a new sys description. /// internal WebServicesDescriptionAttribute(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
- SkinBuilder.cs
- CultureInfo.cs
- MarshalDirectiveException.cs
- SelectionHighlightInfo.cs
- TargetControlTypeAttribute.cs
- CodeSnippetExpression.cs
- DocumentOrderQuery.cs
- ElementFactory.cs
- PrePrepareMethodAttribute.cs
- VirtualPathUtility.cs
- formatter.cs
- PhonemeEventArgs.cs
- ComponentRenameEvent.cs
- CompModHelpers.cs
- FormViewCommandEventArgs.cs
- mediaeventshelper.cs
- ExportFileRequest.cs
- SrgsGrammar.cs
- SharedPersonalizationStateInfo.cs
- BufferedStream.cs
- SecurityTokenAuthenticator.cs
- UrlSyndicationContent.cs
- SafeBitVector32.cs
- _ConnectStream.cs
- CreateUserErrorEventArgs.cs
- CustomCategoryAttribute.cs
- PrivilegedConfigurationManager.cs
- Model3D.cs
- DbSetClause.cs
- PropertyStore.cs
- QueryLifecycle.cs
- ListView.cs
- HostingEnvironment.cs
- LicenseContext.cs
- ScriptingAuthenticationServiceSection.cs
- DnsEndpointIdentity.cs
- DPTypeDescriptorContext.cs
- SiteMapDesignerDataSourceView.cs
- UnionExpr.cs
- Stack.cs
- Frame.cs
- XslAst.cs
- PartialList.cs
- ImageAttributes.cs
- MobileListItem.cs
- ObjectDisposedException.cs
- ProfileProvider.cs
- TextWriter.cs
- DrawingBrush.cs
- JsonFormatGeneratorStatics.cs
- WebBrowserEvent.cs
- XamlTypeMapper.cs
- TraversalRequest.cs
- ResourcesBuildProvider.cs
- ServiceBusyException.cs
- CssStyleCollection.cs
- XmlSchemaAnnotated.cs
- SplitterEvent.cs
- Function.cs
- validationstate.cs
- PrimitiveXmlSerializers.cs
- ValidationError.cs
- propertytag.cs
- OleDbSchemaGuid.cs
- SpecialNameAttribute.cs
- SimpleWebHandlerParser.cs
- Point3DIndependentAnimationStorage.cs
- ConvertEvent.cs
- DrawingVisual.cs
- FileInfo.cs
- WindowsFormsSynchronizationContext.cs
- cookiecontainer.cs
- TypeConverterValueSerializer.cs
- DataGridTextBoxColumn.cs
- WhitespaceRuleLookup.cs
- CheckBoxFlatAdapter.cs
- LoginView.cs
- StackBuilderSink.cs
- PatternMatcher.cs
- WriteTimeStream.cs
- OdbcInfoMessageEvent.cs
- CodeExpressionStatement.cs
- DesignerLoader.cs
- BasicCommandTreeVisitor.cs
- NumberAction.cs
- ClientUtils.cs
- StringAttributeCollection.cs
- PublishLicense.cs
- Knowncolors.cs
- WebPartMinimizeVerb.cs
- InputMethodStateChangeEventArgs.cs
- GeneratedCodeAttribute.cs
- WindowsStartMenu.cs
- X509CertificateStore.cs
- DataGridViewCellCollection.cs
- TitleStyle.cs
- SerTrace.cs
- AuthenticationException.cs
- Pts.cs
- XsltInput.cs