Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Configuration / XmlFormatExtensionPrefixAttribute.cs / 1305376 / XmlFormatExtensionPrefixAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Configuration { using System; ////// /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=true)] public sealed class XmlFormatExtensionPrefixAttribute : Attribute { string prefix; string ns; ///[To be supplied.] ////// /// public XmlFormatExtensionPrefixAttribute() { } ///[To be supplied.] ////// /// public XmlFormatExtensionPrefixAttribute(string prefix, string ns) { this.prefix = prefix; this.ns = ns; } ///[To be supplied.] ////// /// public string Prefix { get { return prefix == null ? string.Empty : prefix; } set { prefix = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns == null ? string.Empty : ns; } set { ns = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Configuration { using System; ////// /// [AttributeUsage(AttributeTargets.Class, AllowMultiple=true)] public sealed class XmlFormatExtensionPrefixAttribute : Attribute { string prefix; string ns; ///[To be supplied.] ////// /// public XmlFormatExtensionPrefixAttribute() { } ///[To be supplied.] ////// /// public XmlFormatExtensionPrefixAttribute(string prefix, string ns) { this.prefix = prefix; this.ns = ns; } ///[To be supplied.] ////// /// public string Prefix { get { return prefix == null ? string.Empty : prefix; } set { prefix = value; } } ///[To be supplied.] ////// /// public string Namespace { get { return ns == null ? string.Empty : ns; } set { ns = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SignalGate.cs
- EdmTypeAttribute.cs
- BamlLocalizationDictionary.cs
- mansign.cs
- TreeSet.cs
- TextProperties.cs
- DbMetaDataColumnNames.cs
- CommandCollectionEditor.cs
- MD5HashHelper.cs
- Html32TextWriter.cs
- Int64Animation.cs
- ProfileSettingsCollection.cs
- GridSplitterAutomationPeer.cs
- SecurityContextTokenCache.cs
- GridItemCollection.cs
- WindowsListViewScroll.cs
- NotSupportedException.cs
- GenericWebPart.cs
- SiteMapDataSource.cs
- GridViewDeletedEventArgs.cs
- SourceLineInfo.cs
- PropertyToken.cs
- WebPartDesigner.cs
- DispatchChannelSink.cs
- mediaclock.cs
- BamlResourceSerializer.cs
- OperationCanceledException.cs
- DynamicResourceExtensionConverter.cs
- RadioButtonFlatAdapter.cs
- ListBoxItemAutomationPeer.cs
- SHA384Managed.cs
- DictionaryCustomTypeDescriptor.cs
- odbcmetadatafactory.cs
- FileLevelControlBuilderAttribute.cs
- SetUserLanguageRequest.cs
- XmlSerializationGeneratedCode.cs
- MenuItemStyle.cs
- EventLogEntry.cs
- TableItemProviderWrapper.cs
- control.ime.cs
- _RegBlobWebProxyDataBuilder.cs
- OverflowException.cs
- MetadataItemEmitter.cs
- CounterCreationData.cs
- MediaTimeline.cs
- Stackframe.cs
- CompilerInfo.cs
- InputLanguageManager.cs
- HitTestParameters3D.cs
- BuildProvider.cs
- IndexedEnumerable.cs
- QilXmlWriter.cs
- DrawingImage.cs
- SynchronizedDispatch.cs
- UnknownBitmapEncoder.cs
- DataGridViewUtilities.cs
- RelationshipEndMember.cs
- AssemblyResourceLoader.cs
- EventRouteFactory.cs
- LockRenewalTask.cs
- XpsResourceDictionary.cs
- XmlReflectionImporter.cs
- SecurityPermission.cs
- Formatter.cs
- Transform.cs
- WorkflowDataContext.cs
- ScaleTransform.cs
- LinqToSqlWrapper.cs
- UserPrincipalNameElement.cs
- HtmlEmptyTagControlBuilder.cs
- HMACRIPEMD160.cs
- NetworkInformationPermission.cs
- ProviderConnectionPointCollection.cs
- IfElseDesigner.xaml.cs
- DayRenderEvent.cs
- ClickablePoint.cs
- WinFormsSecurity.cs
- TextContainerChangeEventArgs.cs
- LongValidator.cs
- SafeArrayRankMismatchException.cs
- Camera.cs
- InstanceKeyCollisionException.cs
- InputChannelAcceptor.cs
- XmlAnyElementAttributes.cs
- TemplateParser.cs
- HtmlInputCheckBox.cs
- IODescriptionAttribute.cs
- SecurityDescriptor.cs
- DialogResultConverter.cs
- ActivityExecutor.cs
- DispatcherHooks.cs
- DelimitedListTraceListener.cs
- DataBinder.cs
- EnumConverter.cs
- GrammarBuilderWildcard.cs
- Ref.cs
- SoapMessage.cs
- CodeTypeOfExpression.cs
- RegexEditorDialog.cs
- HttpInputStream.cs