ServiceContractGenerationContext 생성자

정의

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

오버로드

ServiceContractGenerationContext(ServiceContractGenerator, ContractDescription, CodeTypeDeclaration)

지정한 계약 생성기, 계약 설명 및 계약 코드 형식 선언을 사용하여 ServiceContractGenerationContext 클래스의 새 인스턴스를 초기화합니다.

ServiceContractGenerationContext(ServiceContractGenerator, ContractDescription, CodeTypeDeclaration, CodeTypeDeclaration)

지정한 계약 생성기, 계약 설명 및 계약 코드 형식 선언을 사용하여 ServiceContractGenerationContext 클래스의 새 인스턴스를 초기화합니다.

ServiceContractGenerationContext(ServiceContractGenerator, ContractDescription, CodeTypeDeclaration)

지정한 계약 생성기, 계약 설명 및 계약 코드 형식 선언을 사용하여 ServiceContractGenerationContext 클래스의 새 인스턴스를 초기화합니다.

public:
 ServiceContractGenerationContext(System::ServiceModel::Description::ServiceContractGenerator ^ serviceContractGenerator, System::ServiceModel::Description::ContractDescription ^ contract, System::CodeDom::CodeTypeDeclaration ^ contractType);
public ServiceContractGenerationContext (System.ServiceModel.Description.ServiceContractGenerator serviceContractGenerator, System.ServiceModel.Description.ContractDescription contract, System.CodeDom.CodeTypeDeclaration contractType);
new System.ServiceModel.Description.ServiceContractGenerationContext : System.ServiceModel.Description.ServiceContractGenerator * System.ServiceModel.Description.ContractDescription * System.CodeDom.CodeTypeDeclaration -> System.ServiceModel.Description.ServiceContractGenerationContext
Public Sub New (serviceContractGenerator As ServiceContractGenerator, contract As ContractDescription, contractType As CodeTypeDeclaration)

매개 변수

serviceContractGenerator
ServiceContractGenerator

계약에 대한 코드를 생성하는 생성기입니다.

contract
ContractDescription

생성할 계약에 대한 설명입니다.

contractType
CodeTypeDeclaration

생성할 계약 코드에 대한 CodeTypeDeclaration입니다.

적용 대상

ServiceContractGenerationContext(ServiceContractGenerator, ContractDescription, CodeTypeDeclaration, CodeTypeDeclaration)

지정한 계약 생성기, 계약 설명 및 계약 코드 형식 선언을 사용하여 ServiceContractGenerationContext 클래스의 새 인스턴스를 초기화합니다.

public:
 ServiceContractGenerationContext(System::ServiceModel::Description::ServiceContractGenerator ^ serviceContractGenerator, System::ServiceModel::Description::ContractDescription ^ contract, System::CodeDom::CodeTypeDeclaration ^ contractType, System::CodeDom::CodeTypeDeclaration ^ duplexCallbackType);
public ServiceContractGenerationContext (System.ServiceModel.Description.ServiceContractGenerator serviceContractGenerator, System.ServiceModel.Description.ContractDescription contract, System.CodeDom.CodeTypeDeclaration contractType, System.CodeDom.CodeTypeDeclaration duplexCallbackType);
new System.ServiceModel.Description.ServiceContractGenerationContext : System.ServiceModel.Description.ServiceContractGenerator * System.ServiceModel.Description.ContractDescription * System.CodeDom.CodeTypeDeclaration * System.CodeDom.CodeTypeDeclaration -> System.ServiceModel.Description.ServiceContractGenerationContext
Public Sub New (serviceContractGenerator As ServiceContractGenerator, contract As ContractDescription, contractType As CodeTypeDeclaration, duplexCallbackType As CodeTypeDeclaration)

매개 변수

serviceContractGenerator
ServiceContractGenerator

계약에 대한 코드를 생성하는 생성기입니다.

contract
ContractDescription

생성할 계약에 대한 설명입니다.

contractType
CodeTypeDeclaration

생성할 계약 코드에 대한 CodeTypeDeclaration입니다.

duplexCallbackType
CodeTypeDeclaration

생성할 이중 계약 코드에 대한 CodeTypeDeclaration입니다.

적용 대상