ServiceContractGenerator Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ServiceContractGenerator.
Przeciążenia
ServiceContractGenerator() |
Inicjuje ServiceContractGenerator nowe wystąpienie klasy przy użyciu nowego CodeCompileUnit wystąpienia. |
ServiceContractGenerator(CodeCompileUnit) |
Inicjuje ServiceContractGenerator nowe wystąpienie klasy z określonym CodeCompileUnit wystąpieniem. |
ServiceContractGenerator(Configuration) |
Inicjuje ServiceContractGenerator nowe wystąpienie klasy z określonym Configuration wystąpieniem. |
ServiceContractGenerator(CodeCompileUnit, Configuration) |
Inicjuje ServiceContractGenerator nowe wystąpienie klasy z określonym CodeCompileUnit wystąpieniem i określonym Configuration wystąpieniem. |
ServiceContractGenerator()
Inicjuje ServiceContractGenerator nowe wystąpienie klasy przy użyciu nowego CodeCompileUnit wystąpienia.
public:
ServiceContractGenerator();
public ServiceContractGenerator ();
Public Sub New ()
Dotyczy
ServiceContractGenerator(CodeCompileUnit)
Inicjuje ServiceContractGenerator nowe wystąpienie klasy z określonym CodeCompileUnit wystąpieniem.
public:
ServiceContractGenerator(System::CodeDom::CodeCompileUnit ^ targetCompileUnit);
public ServiceContractGenerator (System.CodeDom.CodeCompileUnit targetCompileUnit);
new System.ServiceModel.Description.ServiceContractGenerator : System.CodeDom.CodeCompileUnit -> System.ServiceModel.Description.ServiceContractGenerator
Public Sub New (targetCompileUnit As CodeCompileUnit)
Parametry
- targetCompileUnit
- CodeCompileUnit
Wystąpienie używane do generowania CodeCompileUnit kodu.
Dotyczy
ServiceContractGenerator(Configuration)
Inicjuje ServiceContractGenerator nowe wystąpienie klasy z określonym Configuration wystąpieniem.
public:
ServiceContractGenerator(System::Configuration::Configuration ^ targetConfig);
public ServiceContractGenerator (System.Configuration.Configuration targetConfig);
new System.ServiceModel.Description.ServiceContractGenerator : System.Configuration.Configuration -> System.ServiceModel.Description.ServiceContractGenerator
Public Sub New (targetConfig As Configuration)
Parametry
- targetConfig
- Configuration
Wystąpienie Configuration używane do generowania konfiguracji powiązań.
Dotyczy
ServiceContractGenerator(CodeCompileUnit, Configuration)
Inicjuje ServiceContractGenerator nowe wystąpienie klasy z określonym CodeCompileUnit wystąpieniem i określonym Configuration wystąpieniem.
public:
ServiceContractGenerator(System::CodeDom::CodeCompileUnit ^ targetCompileUnit, System::Configuration::Configuration ^ targetConfig);
public ServiceContractGenerator (System.CodeDom.CodeCompileUnit targetCompileUnit, System.Configuration.Configuration targetConfig);
new System.ServiceModel.Description.ServiceContractGenerator : System.CodeDom.CodeCompileUnit * System.Configuration.Configuration -> System.ServiceModel.Description.ServiceContractGenerator
Public Sub New (targetCompileUnit As CodeCompileUnit, targetConfig As Configuration)
Parametry
- targetCompileUnit
- CodeCompileUnit
Wystąpienie używane do generowania CodeCompileUnit kodu.
- targetConfig
- Configuration
Wystąpienie Configuration używane do generowania konfiguracji powiązań.