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
- WmfPlaceableFileHeader.cs
- Table.cs
- DecoderBestFitFallback.cs
- Keywords.cs
- ImageMapEventArgs.cs
- VectorKeyFrameCollection.cs
- TrayIconDesigner.cs
- LocatorPartList.cs
- DataGridViewRow.cs
- QilVisitor.cs
- PartialList.cs
- SocketPermission.cs
- InstanceDescriptor.cs
- WindowsFormsHelpers.cs
- WebPartConnectionsConnectVerb.cs
- ConnectionStringSettings.cs
- ConfigurationSchemaErrors.cs
- PermissionAttributes.cs
- SqlLiftWhereClauses.cs
- SubordinateTransaction.cs
- BigInt.cs
- ListViewAutomationPeer.cs
- CallbackValidator.cs
- ResXFileRef.cs
- CodeConditionStatement.cs
- FilterEventArgs.cs
- TextTreeUndoUnit.cs
- SqlDataSource.cs
- MarkupCompiler.cs
- PtsContext.cs
- SwitchAttribute.cs
- SafeRegistryHandle.cs
- AbsoluteQuery.cs
- CssStyleCollection.cs
- RenderDataDrawingContext.cs
- MouseGesture.cs
- PropertyManager.cs
- SeverityFilter.cs
- Root.cs
- String.cs
- SamlAttributeStatement.cs
- LowerCaseStringConverter.cs
- KeyboardInputProviderAcquireFocusEventArgs.cs
- UrlRoutingHandler.cs
- ScrollEvent.cs
- TraceContext.cs
- CheckBoxFlatAdapter.cs
- Validator.cs
- ContentType.cs
- SystemSounds.cs
- FrameworkElementAutomationPeer.cs
- TextSelection.cs
- XmlTextReader.cs
- RoutedEventConverter.cs
- ExpressionNode.cs
- ConfigurationSectionGroup.cs
- ThemeInfoAttribute.cs
- LightweightEntityWrapper.cs
- ReadOnlyState.cs
- MemberDescriptor.cs
- ActiveDesignSurfaceEvent.cs
- DataGridViewComboBoxEditingControl.cs
- MemoryMappedView.cs
- BitVec.cs
- ObjectAnimationUsingKeyFrames.cs
- DbQueryCommandTree.cs
- CheckBox.cs
- xdrvalidator.cs
- IndentedTextWriter.cs
- ClassGenerator.cs
- BindableAttribute.cs
- Calendar.cs
- HttpResponse.cs
- X509AsymmetricSecurityKey.cs
- WebReferenceOptions.cs
- TraceContext.cs
- FrameworkContentElement.cs
- Constants.cs
- CustomValidator.cs
- RegexWorker.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- NativeMethods.cs
- XmlWrappingWriter.cs
- RoleGroup.cs
- EUCJPEncoding.cs
- DecimalConverter.cs
- HttpStreams.cs
- CryptoStream.cs
- BrowserInteropHelper.cs
- LayoutManager.cs
- WebPartActionVerb.cs
- XmlBuffer.cs
- PersistencePipeline.cs
- AsymmetricKeyExchangeFormatter.cs
- tibetanshape.cs
- ListItemViewControl.cs
- SudsWriter.cs
- CompModSwitches.cs
- ArrayExtension.cs
- MatrixConverter.cs