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
- ContainerUIElement3D.cs
- _ListenerResponseStream.cs
- DataGridToolTip.cs
- StringComparer.cs
- DataListItemEventArgs.cs
- DataGridView.cs
- Rect3DValueSerializer.cs
- LongTypeConverter.cs
- DragStartedEventArgs.cs
- DoubleAnimationUsingKeyFrames.cs
- SQLInt16Storage.cs
- ReceiveReply.cs
- FastPropertyAccessor.cs
- Rfc4050KeyFormatter.cs
- StreamInfo.cs
- ToolStripItemEventArgs.cs
- SiteIdentityPermission.cs
- OdbcConnectionString.cs
- ListMarkerLine.cs
- SignalGate.cs
- __ComObject.cs
- SchemaNames.cs
- oledbconnectionstring.cs
- ToolStripItemImageRenderEventArgs.cs
- QualificationDataItem.cs
- RSAProtectedConfigurationProvider.cs
- UpWmlMobileTextWriter.cs
- Operator.cs
- IDReferencePropertyAttribute.cs
- TableLayoutStyle.cs
- TypeDescriptorFilterService.cs
- XmlSchemaParticle.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ClrPerspective.cs
- ContextMenuStripGroupCollection.cs
- BlurEffect.cs
- ActiveXHelper.cs
- OdbcFactory.cs
- TextServicesCompartment.cs
- TdsParserStaticMethods.cs
- ComponentEditorPage.cs
- EntityType.cs
- AutomationPatternInfo.cs
- ConnectionPointGlyph.cs
- TrackingParticipant.cs
- AttachmentCollection.cs
- DurableEnlistmentState.cs
- NameTable.cs
- BuildProvider.cs
- figurelength.cs
- RectAnimation.cs
- SignalGate.cs
- NotifyIcon.cs
- iisPickupDirectory.cs
- FocusChangedEventArgs.cs
- XmlObjectSerializerReadContextComplex.cs
- HttpDictionary.cs
- SqlBooleanizer.cs
- RenderData.cs
- EnumUnknown.cs
- ContentPlaceHolder.cs
- NativeMethods.cs
- SchemaObjectWriter.cs
- IsolatedStorageFile.cs
- TargetInvocationException.cs
- RepeaterItemCollection.cs
- DrawingGroup.cs
- HtmlImage.cs
- UnmanagedMemoryStream.cs
- HtmlElementCollection.cs
- SizeValueSerializer.cs
- NonBatchDirectoryCompiler.cs
- StringUtil.cs
- OperationAbortedException.cs
- XPathException.cs
- GroupBoxRenderer.cs
- SaveFileDialogDesigner.cs
- ListBoxItemWrapperAutomationPeer.cs
- LinkDescriptor.cs
- FunctionParameter.cs
- ControlCollection.cs
- PropertyTabChangedEvent.cs
- HotSpot.cs
- PrimaryKeyTypeConverter.cs
- LineServicesRun.cs
- KeyNotFoundException.cs
- GradientStop.cs
- SizeFConverter.cs
- HtmlUtf8RawTextWriter.cs
- TextSchema.cs
- Pair.cs
- LicFileLicenseProvider.cs
- CompensatableTransactionScopeActivityDesigner.cs
- HttpDictionary.cs
- DataGridViewColumn.cs
- KerberosSecurityTokenProvider.cs
- DataPagerFieldCommandEventArgs.cs
- LoadedEvent.cs
- WebBrowsableAttribute.cs
- BCLDebug.cs