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
- OdbcCommand.cs
- Span.cs
- DataKeyCollection.cs
- DataGridViewBindingCompleteEventArgs.cs
- ConfigurationPropertyCollection.cs
- GetWorkflowTree.cs
- TemplateApplicationHelper.cs
- AccessedThroughPropertyAttribute.cs
- GlyphRunDrawing.cs
- wgx_sdk_version.cs
- FormViewModeEventArgs.cs
- DataGridViewCheckBoxCell.cs
- SimpleParser.cs
- DoubleStorage.cs
- ValidatorUtils.cs
- SystemSounds.cs
- GifBitmapDecoder.cs
- CodePrimitiveExpression.cs
- DocumentOutline.cs
- IdleTimeoutMonitor.cs
- TraceSection.cs
- NamespaceQuery.cs
- DescriptionCreator.cs
- ProvidersHelper.cs
- CodeArrayCreateExpression.cs
- CaseExpr.cs
- PolyLineSegmentFigureLogic.cs
- ObjectListGeneralPage.cs
- GradientBrush.cs
- DataRowCollection.cs
- Model3DGroup.cs
- DataRowIndexBuffer.cs
- GroupPartitionExpr.cs
- PackWebResponse.cs
- XpsResource.cs
- StackOverflowException.cs
- Point3DCollectionConverter.cs
- ParseChildrenAsPropertiesAttribute.cs
- Rfc2898DeriveBytes.cs
- PageCache.cs
- SQLDateTimeStorage.cs
- LineVisual.cs
- ImageAutomationPeer.cs
- AstNode.cs
- AjaxFrameworkAssemblyAttribute.cs
- BulletChrome.cs
- SizeConverter.cs
- CroppedBitmap.cs
- WebPartCloseVerb.cs
- AttachmentService.cs
- TextSerializer.cs
- EmptyElement.cs
- DbXmlEnabledProviderManifest.cs
- WorkflowItemsPresenter.cs
- EditCommandColumn.cs
- SqlIdentifier.cs
- HelpEvent.cs
- CompositeScriptReferenceEventArgs.cs
- XmlSchemaGroup.cs
- HttpInputStream.cs
- FixedLineResult.cs
- HtmlGenericControl.cs
- LogEntryDeserializer.cs
- ClientSettingsSection.cs
- Roles.cs
- RouteValueDictionary.cs
- BoolExpressionVisitors.cs
- RSAOAEPKeyExchangeFormatter.cs
- WindowVisualStateTracker.cs
- ScriptResourceHandler.cs
- DeploymentExceptionMapper.cs
- TableColumn.cs
- WindowsTab.cs
- Group.cs
- TextElementEditingBehaviorAttribute.cs
- WebPartConnectionsDisconnectVerb.cs
- _Win32.cs
- Array.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- FrameworkTextComposition.cs
- JsonSerializer.cs
- WebPartTransformer.cs
- _CacheStreams.cs
- DetailsViewUpdateEventArgs.cs
- MimeTextImporter.cs
- DescendentsWalkerBase.cs
- localization.cs
- SqlTrackingQuery.cs
- DesignSurfaceCollection.cs
- Attributes.cs
- OrderPreservingPipeliningSpoolingTask.cs
- Int32RectValueSerializer.cs
- XmlILConstructAnalyzer.cs
- ThreadPool.cs
- ManagedFilter.cs
- XsltInput.cs
- relpropertyhelper.cs
- Stopwatch.cs
- TableHeaderCell.cs
- DesignTimeParseData.cs