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 / GeneratedContractType.cs / 1 / GeneratedContractType.cs
//------------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation. All Rights Reserved.
//
//-----------------------------------------------------------------------------
//
// This code is shared between ndp\fx\src\xsp\System\Web\Extensions\Compilation\WCFModel
// and wizard\vsdesigner\designer\microsoft\vsdesigner\WCFModel.
// Please make sure the code files between those two directories are alway in [....] when you make any changes to this code.
// And always test these code in both places before check in.
// The code under ndp\fx\src\xsp\System\Web\Extensions\Compilation\XmlSerializer might have to be regerenated when
// the format of the svcmap file is changed, or class structure has been changed in this directory. Please follow the HowTo file
// under Compilation directory to see how to regerenate that code.
//
using System;
using XmlSerialization = System.Xml.Serialization;
#if WEB_EXTENSIONS_CODE
namespace System.Web.Compilation.WCFModel
#else
namespace Microsoft.VSDesigner.WCFModel
#endif
{
///
/// Map between (targetNamespace, PortTypeName) --> CLR TypeName
///
///
#if WEB_EXTENSIONS_CODE
internal class GeneratedContractType
#else
[CLSCompliant(true)]
public class GeneratedContractType
#endif
{
private string m_TargetNamespace;
private string m_Name;
private string m_ContractType;
private string m_ConfigurationName;
///
/// Constructor
///
/// required by xml serializer
public GeneratedContractType()
{
}
///
/// Constructor
///
///
///
///
///
///
public GeneratedContractType(string targetNamespace, string portName, string contractType, string configurationName)
{
m_TargetNamespace = targetNamespace;
m_Name = portName;
m_ContractType = contractType;
m_ConfigurationName = configurationName;
}
///
/// The TargetNamespace of this contract type in the WSDL file
///
///
///
[XmlSerialization.XmlAttribute()]
public string TargetNamespace
{
get
{
return m_TargetNamespace;
}
set
{
m_TargetNamespace = value;
}
}
///
/// The portTypeName of this contract type in the WSDL file
///
///
///
[XmlSerialization.XmlAttribute()]
public string Name
{
get
{
return m_Name;
}
set
{
m_Name = value;
}
}
///
/// The generated CLR type name of this contract type
///
///
///
[XmlSerialization.XmlAttribute()]
public string ContractType
{
get
{
return m_ContractType;
}
set
{
m_ContractType = value;
}
}
///
/// The name of this contract in the config file
///
///
///
[XmlSerialization.XmlAttribute()]
public string ConfigurationName
{
get
{
return m_ConfigurationName;
}
set
{
m_ConfigurationName = 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.
//
//-----------------------------------------------------------------------------
//
// This code is shared between ndp\fx\src\xsp\System\Web\Extensions\Compilation\WCFModel
// and wizard\vsdesigner\designer\microsoft\vsdesigner\WCFModel.
// Please make sure the code files between those two directories are alway in [....] when you make any changes to this code.
// And always test these code in both places before check in.
// The code under ndp\fx\src\xsp\System\Web\Extensions\Compilation\XmlSerializer might have to be regerenated when
// the format of the svcmap file is changed, or class structure has been changed in this directory. Please follow the HowTo file
// under Compilation directory to see how to regerenate that code.
//
using System;
using XmlSerialization = System.Xml.Serialization;
#if WEB_EXTENSIONS_CODE
namespace System.Web.Compilation.WCFModel
#else
namespace Microsoft.VSDesigner.WCFModel
#endif
{
///
/// Map between (targetNamespace, PortTypeName) --> CLR TypeName
///
///
#if WEB_EXTENSIONS_CODE
internal class GeneratedContractType
#else
[CLSCompliant(true)]
public class GeneratedContractType
#endif
{
private string m_TargetNamespace;
private string m_Name;
private string m_ContractType;
private string m_ConfigurationName;
///
/// Constructor
///
/// required by xml serializer
public GeneratedContractType()
{
}
///
/// Constructor
///
///
///
///
///
///
public GeneratedContractType(string targetNamespace, string portName, string contractType, string configurationName)
{
m_TargetNamespace = targetNamespace;
m_Name = portName;
m_ContractType = contractType;
m_ConfigurationName = configurationName;
}
///
/// The TargetNamespace of this contract type in the WSDL file
///
///
///
[XmlSerialization.XmlAttribute()]
public string TargetNamespace
{
get
{
return m_TargetNamespace;
}
set
{
m_TargetNamespace = value;
}
}
///
/// The portTypeName of this contract type in the WSDL file
///
///
///
[XmlSerialization.XmlAttribute()]
public string Name
{
get
{
return m_Name;
}
set
{
m_Name = value;
}
}
///
/// The generated CLR type name of this contract type
///
///
///
[XmlSerialization.XmlAttribute()]
public string ContractType
{
get
{
return m_ContractType;
}
set
{
m_ContractType = value;
}
}
///
/// The name of this contract in the config file
///
///
///
[XmlSerialization.XmlAttribute()]
public string ConfigurationName
{
get
{
return m_ConfigurationName;
}
set
{
m_ConfigurationName = 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
- TrackingStringDictionary.cs
- AssemblyAttributesGoHere.cs
- Matrix3DStack.cs
- DmlSqlGenerator.cs
- Point.cs
- NavigationWindow.cs
- WebBodyFormatMessageProperty.cs
- UnsafeNativeMethods.cs
- HtmlEncodedRawTextWriter.cs
- ExtractorMetadata.cs
- DataGridViewCellCollection.cs
- SQLGuid.cs
- SamlConstants.cs
- SmtpLoginAuthenticationModule.cs
- NotSupportedException.cs
- DataGridItemEventArgs.cs
- SqlFacetAttribute.cs
- GroupDescription.cs
- RectAnimationClockResource.cs
- LineMetrics.cs
- XmlNodeChangedEventArgs.cs
- DataStreamFromComStream.cs
- ValidationErrorCollection.cs
- UInt64.cs
- ProgressBarAutomationPeer.cs
- LambdaCompiler.Logical.cs
- ObjectItemNoOpAssemblyLoader.cs
- ValidationErrorCollection.cs
- DomainUpDown.cs
- DataControlFieldCollection.cs
- RegexInterpreter.cs
- ErrorHandler.cs
- Dispatcher.cs
- GrammarBuilder.cs
- DeclarativeCatalogPart.cs
- TextHidden.cs
- FontStyles.cs
- XmlDocument.cs
- Vars.cs
- SqlUnionizer.cs
- FakeModelItemImpl.cs
- BlurBitmapEffect.cs
- ComponentSerializationService.cs
- ListViewDeletedEventArgs.cs
- RegisteredScript.cs
- RightsManagementPermission.cs
- ComplexLine.cs
- DataBinder.cs
- Rect3DConverter.cs
- SafeProcessHandle.cs
- ConfigsHelper.cs
- GetReadStreamResult.cs
- SiteMapDesignerDataSourceView.cs
- DbFunctionCommandTree.cs
- ImageCodecInfo.cs
- XmlNotation.cs
- validation.cs
- AuthenticationServiceManager.cs
- MaterialGroup.cs
- ZeroOpNode.cs
- ObjectItemAssemblyLoader.cs
- ArrayConverter.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- COAUTHINFO.cs
- GeometryCombineModeValidation.cs
- SerialStream.cs
- ToolStripPanelCell.cs
- DeviceContext.cs
- URI.cs
- Panel.cs
- XmlWriterTraceListener.cs
- Help.cs
- FrameworkObject.cs
- Decimal.cs
- RouteTable.cs
- InlineUIContainer.cs
- XamlInterfaces.cs
- UInt32Converter.cs
- Win32Exception.cs
- WebPartCatalogCloseVerb.cs
- SkewTransform.cs
- DoubleCollection.cs
- SynchronizedDispatch.cs
- VariantWrapper.cs
- UntrustedRecipientException.cs
- TrustManagerPromptUI.cs
- Region.cs
- Comparer.cs
- SafeRegistryHandle.cs
- TypeLoadException.cs
- CanonicalFontFamilyReference.cs
- DelegatingHeader.cs
- ConfigurationManagerInternal.cs
- DelegatingStream.cs
- ModuleBuilderData.cs
- SQLCharsStorage.cs
- ScopelessEnumAttribute.cs
- DESCryptoServiceProvider.cs
- MethodExpr.cs
- TransactedBatchingBehavior.cs