다음을 통해 공유


ServiceContractGenerator 생성자

정의

ServiceContractGenerator 클래스의 새 인스턴스를 초기화합니다.

오버로드

ServiceContractGenerator()

새로운 ServiceContractGenerator 인스턴스를 사용하여 CodeCompileUnit 클래스의 새 인스턴스를 초기화합니다.

ServiceContractGenerator(CodeCompileUnit)

지정된 ServiceContractGenerator 인스턴스를 사용하여 CodeCompileUnit 클래스의 새 인스턴스를 초기화합니다.

ServiceContractGenerator(Configuration)

지정된 ServiceContractGenerator 인스턴스를 사용하여 Configuration 클래스의 새 인스턴스를 초기화합니다.

ServiceContractGenerator(CodeCompileUnit, Configuration)

지정된 ServiceContractGeneratorCodeCompileUnit 인스턴스를 사용하여 Configuration 클래스의 새 인스턴스를 초기화합니다.

ServiceContractGenerator()

새로운 ServiceContractGenerator 인스턴스를 사용하여 CodeCompileUnit 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

ServiceContractGenerator(CodeCompileUnit)

지정된 ServiceContractGenerator 인스턴스를 사용하여 CodeCompileUnit 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

targetCompileUnit
CodeCompileUnit

코드를 생성하는 데 사용할 CodeCompileUnit 인스턴스입니다.

적용 대상

ServiceContractGenerator(Configuration)

지정된 ServiceContractGenerator 인스턴스를 사용하여 Configuration 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

targetConfig
Configuration

바인딩 구성을 생성하는 데 사용할 Configuration 인스턴스입니다.

적용 대상

ServiceContractGenerator(CodeCompileUnit, Configuration)

지정된 ServiceContractGeneratorCodeCompileUnit 인스턴스를 사용하여 Configuration 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

targetCompileUnit
CodeCompileUnit

코드를 생성하는 데 사용할 CodeCompileUnit 인스턴스입니다.

targetConfig
Configuration

바인딩 구성을 생성하는 데 사용할 Configuration 인스턴스입니다.

적용 대상