Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / xsp / System / Web / Extensions / Compilation / WCFModel / ContractMapping.cs / 1 / ContractMapping.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
{
///
/// a contract type sharing record
///
///
#if WEB_EXTENSIONS_CODE
internal class ContractMapping
#else
[CLSCompliant(true)]
public class ContractMapping
#endif
{
private string m_Name;
private string m_TargetNamespace;
private string m_TypeName;
///
/// type name in metadata
///
///
///
[XmlSerialization.XmlAttribute()]
public string Name {
get {
return m_Name;
}
set {
m_Name = value;
}
}
///
/// targetNamespace in metadata
///
///
///
[XmlSerialization.XmlAttribute()]
public string TargetNamespace {
get {
return m_TargetNamespace;
}
set {
m_TargetNamespace = value;
}
}
///
/// assembly qualified type name, or '-' which blocks type sharing
///
///
///
[XmlSerialization.XmlAttribute()]
public string TypeName {
get {
return m_TypeName;
}
set {
m_TypeName = 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
{
///
/// a contract type sharing record
///
///
#if WEB_EXTENSIONS_CODE
internal class ContractMapping
#else
[CLSCompliant(true)]
public class ContractMapping
#endif
{
private string m_Name;
private string m_TargetNamespace;
private string m_TypeName;
///
/// type name in metadata
///
///
///
[XmlSerialization.XmlAttribute()]
public string Name {
get {
return m_Name;
}
set {
m_Name = value;
}
}
///
/// targetNamespace in metadata
///
///
///
[XmlSerialization.XmlAttribute()]
public string TargetNamespace {
get {
return m_TargetNamespace;
}
set {
m_TargetNamespace = value;
}
}
///
/// assembly qualified type name, or '-' which blocks type sharing
///
///
///
[XmlSerialization.XmlAttribute()]
public string TypeName {
get {
return m_TypeName;
}
set {
m_TypeName = 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
- Table.cs
- FlowDocumentPageViewerAutomationPeer.cs
- CompilationSection.cs
- uribuilder.cs
- ConfigDefinitionUpdates.cs
- XmlRawWriter.cs
- DiscoveryClientRequestChannel.cs
- SiteMapDataSourceView.cs
- MatrixCamera.cs
- PathFigure.cs
- SystemSounds.cs
- ContourSegment.cs
- DynamicDataResources.Designer.cs
- PhotoPrintingIntent.cs
- PropertyCondition.cs
- XMLSchema.cs
- SiteMapSection.cs
- DataMemberListEditor.cs
- ChameleonKey.cs
- DirectoryNotFoundException.cs
- Image.cs
- ToolStripMenuItem.cs
- DynamicObject.cs
- MobileControlsSectionHelper.cs
- TdsParser.cs
- CommonObjectSecurity.cs
- HttpCachePolicyElement.cs
- TextBox.cs
- RenameRuleObjectDialog.Designer.cs
- AuthenticationManager.cs
- TextBlock.cs
- CodeTypeMember.cs
- XNameConverter.cs
- StorageInfo.cs
- DrawingCollection.cs
- PublisherMembershipCondition.cs
- ServiceElementCollection.cs
- PopupControlService.cs
- HierarchicalDataSourceControl.cs
- CodeMemberField.cs
- ListDictionaryInternal.cs
- ScrollViewerAutomationPeer.cs
- MethodAccessException.cs
- WaitForChangedResult.cs
- PatternMatcher.cs
- UInt64Converter.cs
- SplashScreen.cs
- OLEDB_Enum.cs
- Localizer.cs
- XmlDomTextWriter.cs
- Matrix3DStack.cs
- HMACSHA256.cs
- UserNameSecurityTokenParameters.cs
- HostProtectionPermission.cs
- SRDisplayNameAttribute.cs
- DriveNotFoundException.cs
- WebDescriptionAttribute.cs
- AutoGeneratedFieldProperties.cs
- RepeaterItem.cs
- DataSourceView.cs
- PropertyPathConverter.cs
- EntityDataSourceContainerNameConverter.cs
- CopyAction.cs
- OperatingSystem.cs
- BehaviorDragDropEventArgs.cs
- Vector.cs
- ValueType.cs
- EventData.cs
- ScriptingProfileServiceSection.cs
- FragmentQuery.cs
- DES.cs
- AsymmetricSignatureFormatter.cs
- TextComposition.cs
- Compiler.cs
- TextSegment.cs
- ProvidePropertyAttribute.cs
- Rotation3D.cs
- PixelFormatConverter.cs
- XmlSchemaParticle.cs
- CrossContextChannel.cs
- DeferredElementTreeState.cs
- NamedPipeTransportBindingElement.cs
- HttpHeaderCollection.cs
- IsolationInterop.cs
- ColumnMap.cs
- EventLogPermissionEntryCollection.cs
- DeclaredTypeElement.cs
- PagerSettings.cs
- CoreSwitches.cs
- SoapServerMessage.cs
- XPathNodeList.cs
- WindowsRebar.cs
- AnnouncementInnerClientCD1.cs
- HotSpotCollectionEditor.cs
- XComponentModel.cs
- AggregateNode.cs
- MethodBuilder.cs
- MediaSystem.cs
- DictionarySectionHandler.cs
- thaishape.cs