Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Compilation / WCFModel / NamespaceMapping.cs / 1305376 / NamespaceMapping.cs
//------------------------------------------------------------------------------ //// Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using System.Xml.Schema; using XmlSerialization = System.Xml.Serialization; #if WEB_EXTENSIONS_CODE namespace System.Web.Compilation.WCFModel #else namespace Microsoft.VSDesigner.WCFModel #endif { ////// mapping between metadata namespace and CLR namespace /// ///#if WEB_EXTENSIONS_CODE internal class NamespaceMapping #else [CLSCompliant(true)] public class NamespaceMapping #endif { private string m_TargetNamespace; private string m_ClrNamespace; /// /// Target Namespace /// ////// [XmlSerialization.XmlAttribute()] public string TargetNamespace { get { return m_TargetNamespace; } set { m_TargetNamespace = value; } } /// /// Clr Namespace /// ////// [XmlSerialization.XmlAttribute()] public string ClrNamespace { get { return m_ClrNamespace; } set { m_ClrNamespace = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ // // Copyright (C) Microsoft Corporation. All Rights Reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Generic; using System.IO; using System.Text; using System.Xml; using System.Xml.Schema; using XmlSerialization = System.Xml.Serialization; #if WEB_EXTENSIONS_CODE namespace System.Web.Compilation.WCFModel #else namespace Microsoft.VSDesigner.WCFModel #endif { ////// mapping between metadata namespace and CLR namespace /// ///#if WEB_EXTENSIONS_CODE internal class NamespaceMapping #else [CLSCompliant(true)] public class NamespaceMapping #endif { private string m_TargetNamespace; private string m_ClrNamespace; /// /// Target Namespace /// ////// [XmlSerialization.XmlAttribute()] public string TargetNamespace { get { return m_TargetNamespace; } set { m_TargetNamespace = value; } } /// /// Clr Namespace /// ////// [XmlSerialization.XmlAttribute()] public string ClrNamespace { get { return m_ClrNamespace; } set { m_ClrNamespace = value; } } } } // 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
- RuntimeHandles.cs
- TreeNodeCollection.cs
- ImageConverter.cs
- TimeZoneInfo.cs
- SplineQuaternionKeyFrame.cs
- RestClientProxyHandler.cs
- DES.cs
- ForeignKeyFactory.cs
- xmlglyphRunInfo.cs
- StylusCollection.cs
- Model3D.cs
- DocumentPageViewAutomationPeer.cs
- ClientScriptManager.cs
- CommandLineParser.cs
- DataGridItemCollection.cs
- GB18030Encoding.cs
- PriorityQueue.cs
- TraceSection.cs
- AggregateException.cs
- Crc32.cs
- ConfigXmlAttribute.cs
- AppDomainFactory.cs
- ObjectViewListener.cs
- DetailsViewDeletedEventArgs.cs
- PathFigureCollection.cs
- IssuanceLicense.cs
- ClientSponsor.cs
- PropertyGrid.cs
- ToolStripItemDesigner.cs
- ConfigXmlSignificantWhitespace.cs
- EntityDesignerUtils.cs
- WorkflowQueueInfo.cs
- ArgumentNullException.cs
- MetafileEditor.cs
- StylusPoint.cs
- Int32Converter.cs
- SiteMapPath.cs
- BrowserCapabilitiesCompiler.cs
- ReceiveSecurityHeaderElementManager.cs
- PkcsUtils.cs
- PreProcessor.cs
- AlgoModule.cs
- InternalsVisibleToAttribute.cs
- DataGridViewBindingCompleteEventArgs.cs
- XmlSerializerVersionAttribute.cs
- EnumValidator.cs
- ModelPerspective.cs
- ExtendedProperty.cs
- ListDictionaryInternal.cs
- ActivityDefaults.cs
- updateconfighost.cs
- AssemblyBuilder.cs
- PersistChildrenAttribute.cs
- StringToken.cs
- HotCommands.cs
- GatewayDefinition.cs
- XamlInt32CollectionSerializer.cs
- NetCodeGroup.cs
- Oci.cs
- EventArgs.cs
- HebrewNumber.cs
- ArglessEventHandlerProxy.cs
- XmlCodeExporter.cs
- XamlBrushSerializer.cs
- MarshalByValueComponent.cs
- QueryContinueDragEvent.cs
- XmlSchemaIdentityConstraint.cs
- SmiEventSink_Default.cs
- CompilerParameters.cs
- FontSourceCollection.cs
- PrintPreviewGraphics.cs
- TextEndOfParagraph.cs
- TextRangeSerialization.cs
- ObjectListField.cs
- WebPartZone.cs
- SourceCollection.cs
- AnimationTimeline.cs
- ActivityWithResult.cs
- XmlNamespaceMapping.cs
- CustomError.cs
- DataViewSettingCollection.cs
- SamlAudienceRestrictionCondition.cs
- PathNode.cs
- DynamicArgumentDesigner.xaml.cs
- LayeredChannelFactory.cs
- XmlNullResolver.cs
- UserPreferenceChangingEventArgs.cs
- MenuEventArgs.cs
- SchemaInfo.cs
- BackgroundFormatInfo.cs
- DbConnectionHelper.cs
- SapiAttributeParser.cs
- PassportAuthenticationModule.cs
- AlgoModule.cs
- SeparatorAutomationPeer.cs
- UriParserTemplates.cs
- SpecialFolderEnumConverter.cs
- WpfXamlMember.cs
- CultureSpecificStringDictionary.cs
- VisualProxy.cs