Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / Compilation / WCFModel / NamespaceMapping.cs / 1 / 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
- HttpGetProtocolImporter.cs
- SafeNativeMethods.cs
- ManagedFilter.cs
- BindingValueChangedEventArgs.cs
- DiscardableAttribute.cs
- PropertyGridCommands.cs
- ProgressBar.cs
- SimpleType.cs
- SchemaCollectionCompiler.cs
- InlineUIContainer.cs
- SystemDropShadowChrome.cs
- WindowsAuthenticationModule.cs
- AddInStore.cs
- ACL.cs
- GACMembershipCondition.cs
- VerbConverter.cs
- DbTransaction.cs
- SourceExpressionException.cs
- ScrollProviderWrapper.cs
- Paragraph.cs
- XmlSchemaSimpleTypeUnion.cs
- ItemCheckEvent.cs
- FilterableData.cs
- SingleStorage.cs
- SQLMembershipProvider.cs
- ReadWriteObjectLock.cs
- TextDocumentView.cs
- ReceiveSecurityHeaderElementManager.cs
- ProtectedConfigurationProviderCollection.cs
- CodeAttributeDeclarationCollection.cs
- Material.cs
- ClientTargetCollection.cs
- XmlNamespaceDeclarationsAttribute.cs
- MasterPageParser.cs
- SqlUdtInfo.cs
- MouseCaptureWithinProperty.cs
- ListBindingConverter.cs
- FieldNameLookup.cs
- EntitySetBase.cs
- EmissiveMaterial.cs
- Padding.cs
- DefaultValueMapping.cs
- BinaryNode.cs
- DataFormats.cs
- PointAnimation.cs
- FragmentQueryKB.cs
- ReflectTypeDescriptionProvider.cs
- ValidateNames.cs
- SaveFileDialog.cs
- GlyphingCache.cs
- Border.cs
- GroupQuery.cs
- ToolStripSeparatorRenderEventArgs.cs
- SectionInformation.cs
- NumericUpDownAcceleration.cs
- AuthenticationSection.cs
- TextureBrush.cs
- Expressions.cs
- JournalEntryStack.cs
- ExternalException.cs
- Debug.cs
- SparseMemoryStream.cs
- LinqDataSourceStatusEventArgs.cs
- CopyOnWriteList.cs
- ParameterReplacerVisitor.cs
- DocumentViewerBaseAutomationPeer.cs
- XsdBuilder.cs
- ConfigurationLocation.cs
- NumberFunctions.cs
- SecurityDocument.cs
- FastEncoder.cs
- WorkflowInstanceQuery.cs
- BrowserCapabilitiesFactory35.cs
- ThousandthOfEmRealPoints.cs
- StringFormat.cs
- PointAnimationUsingPath.cs
- NumberFormatInfo.cs
- TemplatedAdorner.cs
- BamlTreeMap.cs
- StringBuilder.cs
- DataGridTextBox.cs
- Attributes.cs
- Inflater.cs
- ContextQuery.cs
- BridgeDataReader.cs
- PropertyAccessVisitor.cs
- DictionaryBase.cs
- NavigatingCancelEventArgs.cs
- Properties.cs
- QualifiedCellIdBoolean.cs
- WhitespaceReader.cs
- NewExpression.cs
- SqlErrorCollection.cs
- ItemCollection.cs
- SingleAnimation.cs
- WebPartUtil.cs
- NavigateEvent.cs
- SecurityTokenParametersEnumerable.cs
- WorkerRequest.cs
- FormsAuthenticationConfiguration.cs