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
- ExpanderAutomationPeer.cs
- HttpModulesSection.cs
- FreezableDefaultValueFactory.cs
- HtmlTernaryTree.cs
- OperatingSystemVersionCheck.cs
- NameValueFileSectionHandler.cs
- BindingsCollection.cs
- TypeSystem.cs
- CapabilitiesRule.cs
- SystemUnicastIPAddressInformation.cs
- PropertyFilterAttribute.cs
- SafePEFileHandle.cs
- DateTimePicker.cs
- DBPropSet.cs
- streamingZipPartStream.cs
- MobileCategoryAttribute.cs
- InputScopeAttribute.cs
- SiteOfOriginContainer.cs
- Faults.cs
- EmptyStringExpandableObjectConverter.cs
- TileBrush.cs
- SafeNativeMethods.cs
- RequestTimeoutManager.cs
- XamlBuildProvider.cs
- DbInsertCommandTree.cs
- ClientApiGenerator.cs
- XmlValidatingReaderImpl.cs
- CharEntityEncoderFallback.cs
- X509SecurityTokenProvider.cs
- PriorityItem.cs
- ParsedAttributeCollection.cs
- DataGridViewHitTestInfo.cs
- ResXResourceSet.cs
- DeferredSelectedIndexReference.cs
- SecurityStateEncoder.cs
- ContextStack.cs
- VersionPair.cs
- SelectionRange.cs
- QueryMatcher.cs
- MenuStrip.cs
- Comparer.cs
- InputEventArgs.cs
- sortedlist.cs
- ErrorWebPart.cs
- ContractAdapter.cs
- TreeNodeBinding.cs
- ServerIdentity.cs
- WorkflowViewElement.cs
- MergeFailedEvent.cs
- PostBackOptions.cs
- ReferencedAssembly.cs
- XmlSchemaImport.cs
- UserControlCodeDomTreeGenerator.cs
- Int32AnimationUsingKeyFrames.cs
- XmlHierarchicalDataSourceView.cs
- DesignerEventService.cs
- TextRunCache.cs
- PrintController.cs
- PropertySourceInfo.cs
- HtmlImageAdapter.cs
- NativeMethods.cs
- WizardStepBase.cs
- IndexOutOfRangeException.cs
- nulltextcontainer.cs
- WebServiceEnumData.cs
- FrameworkRichTextComposition.cs
- OdbcErrorCollection.cs
- DomNameTable.cs
- SafeNativeMethodsOther.cs
- SQLGuid.cs
- ZipFileInfo.cs
- ResourceContainer.cs
- ObjectToken.cs
- RadioButtonRenderer.cs
- RecognitionResult.cs
- MenuTracker.cs
- IntSecurity.cs
- NonBatchDirectoryCompiler.cs
- FileSystemWatcher.cs
- WindowsProgressbar.cs
- ContactManager.cs
- ObjectAssociationEndMapping.cs
- TextComposition.cs
- WindowsBrush.cs
- FrameDimension.cs
- ConfigPathUtility.cs
- MailSettingsSection.cs
- Window.cs
- documentsequencetextcontainer.cs
- IpcClientChannel.cs
- SqlRowUpdatingEvent.cs
- BindableAttribute.cs
- XmlElement.cs
- RootAction.cs
- Enlistment.cs
- ActivityExecutorOperation.cs
- QueueProcessor.cs
- MsmqAuthenticationMode.cs
- PlatformCulture.cs
- StringReader.cs