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 / 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
- CssClassPropertyAttribute.cs
- ParentUndoUnit.cs
- ConnectionConsumerAttribute.cs
- SystemFonts.cs
- Hex.cs
- PeerToPeerException.cs
- ThreadWorkerController.cs
- InputElement.cs
- SerializationException.cs
- GPRECTF.cs
- RightNameExpirationInfoPair.cs
- TabControl.cs
- CellNormalizer.cs
- TextBounds.cs
- XmlWriter.cs
- TimeZone.cs
- SponsorHelper.cs
- EffectiveValueEntry.cs
- FactorySettingsElement.cs
- ContextMenu.cs
- ResolveMatchesMessageCD1.cs
- RegistryExceptionHelper.cs
- ProxyWebPart.cs
- WebPartUtil.cs
- SurrogateDataContract.cs
- TypeKeyValue.cs
- StructuredCompositeActivityDesigner.cs
- OutputCacheSettingsSection.cs
- ControlCommandSet.cs
- _SslState.cs
- PassportAuthenticationModule.cs
- UrlMappingCollection.cs
- FilePrompt.cs
- HttpModuleActionCollection.cs
- XPathDocument.cs
- AttributeData.cs
- ISO2022Encoding.cs
- RequestCacheValidator.cs
- NaturalLanguageHyphenator.cs
- DependencyPropertyAttribute.cs
- CodeGenerator.cs
- NativeRecognizer.cs
- DataTransferEventArgs.cs
- ItemsChangedEventArgs.cs
- HashLookup.cs
- CollectionsUtil.cs
- Vector.cs
- ContentType.cs
- MergePropertyDescriptor.cs
- SystemIPInterfaceProperties.cs
- CommonObjectSecurity.cs
- BindableAttribute.cs
- ExpressionHelper.cs
- QilTargetType.cs
- SettingsPropertyIsReadOnlyException.cs
- EventHandlerList.cs
- InternalEnumValidatorAttribute.cs
- TypeTypeConverter.cs
- DataKeyCollection.cs
- CharacterHit.cs
- TimerElapsedEvenArgs.cs
- ActionItem.cs
- _NegotiateClient.cs
- SubclassTypeValidatorAttribute.cs
- CacheMemory.cs
- HWStack.cs
- UpdateException.cs
- SupportsEventValidationAttribute.cs
- AutomationElement.cs
- ExternalFile.cs
- DataGridSortingEventArgs.cs
- HtmlToClrEventProxy.cs
- FragmentQueryKB.cs
- HandleRef.cs
- ToolStripComboBox.cs
- AccessDataSource.cs
- DataGridViewTextBoxCell.cs
- SecurityContext.cs
- UncommonField.cs
- _CacheStreams.cs
- Comparer.cs
- AnimationClockResource.cs
- ParserContext.cs
- JournalNavigationScope.cs
- HttpHandlerAction.cs
- IArgumentProvider.cs
- ConfigurationPermission.cs
- WindowsServiceElement.cs
- Label.cs
- DataControlFieldCell.cs
- XmlSerializerImportOptions.cs
- CompensationHandlingFilter.cs
- XmlILModule.cs
- ReliableOutputConnection.cs
- SqlTriggerAttribute.cs
- UTF32Encoding.cs
- DefaultWorkflowTransactionService.cs
- CharacterString.cs
- WebPartVerbsEventArgs.cs
- GradientStopCollection.cs