ServiceContractGenerationContext 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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입니다.