Aracılığıyla paylaş


ServiceContractGenerator Oluşturucular

Tanım

ServiceContractGenerator sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

ServiceContractGenerator()

Sınıfının yeni bir örneğini ServiceContractGenerator yeni CodeCompileUnit bir örnekle başlatır.

ServiceContractGenerator(CodeCompileUnit)

Belirtilen CodeCompileUnit örnekle sınıfının yeni bir örneğini ServiceContractGenerator başlatır.

ServiceContractGenerator(Configuration)

Belirtilen Configuration örnekle sınıfının yeni bir örneğini ServiceContractGenerator başlatır.

ServiceContractGenerator(CodeCompileUnit, Configuration)

Belirtilen örnek ve belirtilen CodeCompileUnit örnek ServiceContractGenerator ile sınıfının yeni bir örneğini Configuration başlatır.

ServiceContractGenerator()

Sınıfının yeni bir örneğini ServiceContractGenerator yeni CodeCompileUnit bir örnekle başlatır.

public:
 ServiceContractGenerator();
public ServiceContractGenerator ();
Public Sub New ()

Şunlara uygulanır

ServiceContractGenerator(CodeCompileUnit)

Belirtilen CodeCompileUnit örnekle sınıfının yeni bir örneğini ServiceContractGenerator başlatır.

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)

Parametreler

targetCompileUnit
CodeCompileUnit

CodeCompileUnit Kod oluşturmak için kullanılacak örnek.

Şunlara uygulanır

ServiceContractGenerator(Configuration)

Belirtilen Configuration örnekle sınıfının yeni bir örneğini ServiceContractGenerator başlatır.

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)

Parametreler

targetConfig
Configuration

Configuration Bağlama yapılandırmaları oluşturmak için kullanılacak örnek.

Şunlara uygulanır

ServiceContractGenerator(CodeCompileUnit, Configuration)

Belirtilen örnek ve belirtilen CodeCompileUnit örnek ServiceContractGenerator ile sınıfının yeni bir örneğini Configuration başlatır.

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)

Parametreler

targetCompileUnit
CodeCompileUnit

CodeCompileUnit Kod oluşturmak için kullanılacak örnek.

targetConfig
Configuration

Configuration Bağlama yapılandırmaları oluşturmak için kullanılacak örnek.

Şunlara uygulanır