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
- ResolvedKeyFrameEntry.cs
- RelatedImageListAttribute.cs
- CipherData.cs
- ClientTarget.cs
- HttpProfileBase.cs
- MiniParameterInfo.cs
- VisualStyleElement.cs
- LineMetrics.cs
- FixedSchema.cs
- Rotation3DAnimationBase.cs
- SyntaxCheck.cs
- EntityEntry.cs
- EditorBrowsableAttribute.cs
- ConnectionsZoneAutoFormat.cs
- DataGridViewMethods.cs
- Util.cs
- EmbeddedMailObject.cs
- TranslateTransform.cs
- DataSourceCache.cs
- ReadOnlyCollection.cs
- EntryWrittenEventArgs.cs
- ResourcePart.cs
- FusionWrap.cs
- RequestCacheManager.cs
- ServerValidateEventArgs.cs
- CodeTypeReference.cs
- RangeContentEnumerator.cs
- OdbcInfoMessageEvent.cs
- Byte.cs
- StreamResourceInfo.cs
- Variant.cs
- WebPartVerbCollection.cs
- PrincipalPermission.cs
- SelectedPathEditor.cs
- TailCallAnalyzer.cs
- Int32Animation.cs
- HtmlInputButton.cs
- DbProviderFactoriesConfigurationHandler.cs
- DataGridPageChangedEventArgs.cs
- HttpModuleAction.cs
- UnhandledExceptionEventArgs.cs
- UnsafeNativeMethods.cs
- MappingMetadataHelper.cs
- RenderCapability.cs
- WsdlParser.cs
- BindableAttribute.cs
- Types.cs
- ElementsClipboardData.cs
- SchemaElementLookUpTable.cs
- TextEditor.cs
- CodeLinePragma.cs
- ProxyWebPart.cs
- DBProviderConfigurationHandler.cs
- xmlsaver.cs
- UnmanagedBitmapWrapper.cs
- XmlUrlResolver.cs
- PersonalizationStateInfoCollection.cs
- DataObjectSettingDataEventArgs.cs
- CellPartitioner.cs
- BindingListCollectionView.cs
- SHA1.cs
- ToolStripContainer.cs
- OutKeywords.cs
- GridViewEditEventArgs.cs
- SQLStringStorage.cs
- ISAPIApplicationHost.cs
- LockCookie.cs
- AccessorTable.cs
- AutomationPatternInfo.cs
- SchemaNames.cs
- ConcurrencyMode.cs
- DbModificationClause.cs
- Item.cs
- FSWPathEditor.cs
- RuleSettings.cs
- TargetParameterCountException.cs
- StateMachineHistory.cs
- FlowNode.cs
- JsonUriDataContract.cs
- PropertyRef.cs
- TemplateBaseAction.cs
- ProtectedConfiguration.cs
- PersistenceProvider.cs
- ProtocolsSection.cs
- XmlSchemaAll.cs
- SelectionRange.cs
- XmlCollation.cs
- TabControlCancelEvent.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- SecurityDocument.cs
- XPathNavigatorReader.cs
- IncrementalCompileAnalyzer.cs
- PowerStatus.cs
- Quaternion.cs
- OptionUsage.cs
- GridSplitterAutomationPeer.cs
- VisualStyleElement.cs
- BasicExpandProvider.cs
- EditorBrowsableAttribute.cs
- SymLanguageType.cs