TypedMessageConverter.Create 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다.
오버로드
Create(Type, String) |
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다. |
Create(Type, String, DataContractFormatAttribute) |
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다. |
Create(Type, String, XmlSerializerFormatAttribute) |
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다. |
Create(Type, String, String) |
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다. |
Create(Type, String, String, DataContractFormatAttribute) |
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다. |
Create(Type, String, String, XmlSerializerFormatAttribute) |
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다. |
Create(Type, String)
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action);
static member Create : Type * string -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String) As TypedMessageConverter
매개 변수
- messageContract
- Type
Type 주석이 추가된 MessageContractAttribute인 메시지 계약 형식입니다.
- action
- String
작업 문자열입니다.
반환
TypedMessageConverter 인스턴스입니다.
예외
인수는 null
입니다.
지정된 메시지 계약 형식에 MessageContractAttribute가 적용되지 않았습니다.
적용 대상
Create(Type, String, DataContractFormatAttribute)
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::ServiceModel::DataContractFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, System.ServiceModel.DataContractFormatAttribute formatterAttribute);
static member Create : Type * string * System.ServiceModel.DataContractFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, formatterAttribute As DataContractFormatAttribute) As TypedMessageConverter
매개 변수
- messageContract
- Type
Type 주석이 추가된 MessageContractAttribute인 메시지 계약 형식입니다.
- action
- String
작업 문자열입니다.
- formatterAttribute
- DataContractFormatAttribute
사용할 포맷터를 지정하는 DataContractFormatAttribute입니다.
반환
TypedMessageConverter 인스턴스입니다.
예외
인수는 null
입니다.
지정된 메시지 계약 형식에 MessageContractAttribute가 적용되지 않았습니다.
적용 대상
Create(Type, String, XmlSerializerFormatAttribute)
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::ServiceModel::XmlSerializerFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, System.ServiceModel.XmlSerializerFormatAttribute formatterAttribute);
static member Create : Type * string * System.ServiceModel.XmlSerializerFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, formatterAttribute As XmlSerializerFormatAttribute) As TypedMessageConverter
매개 변수
- messageContract
- Type
Type 주석이 추가된 MessageContractAttribute인 메시지 계약 형식입니다.
- action
- String
작업 문자열입니다.
- formatterAttribute
- XmlSerializerFormatAttribute
사용할 포맷터를 지정하는 XmlSerializerFormatAttribute입니다.
반환
TypedMessageConverter 인스턴스입니다.
예외
인수는 null
입니다.
지정된 메시지 계약 형식에 MessageContractAttribute가 적용되지 않았습니다.
적용 대상
Create(Type, String, String)
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace);
static member Create : Type * string * string -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String) As TypedMessageConverter
매개 변수
- messageContract
- Type
Type 주석이 추가된 MessageContractAttribute인 메시지 계약 형식입니다.
- action
- String
작업 문자열입니다.
- defaultNamespace
- String
네임스페이스입니다.
반환
TypedMessageConverter 인스턴스입니다.
예외
인수는 null
입니다.
지정된 메시지 계약 형식에 MessageContractAttribute가 적용되지 않았습니다.
적용 대상
Create(Type, String, String, DataContractFormatAttribute)
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace, System::ServiceModel::DataContractFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace, System.ServiceModel.DataContractFormatAttribute formatterAttribute);
static member Create : Type * string * string * System.ServiceModel.DataContractFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String, formatterAttribute As DataContractFormatAttribute) As TypedMessageConverter
매개 변수
- messageContract
- Type
Type 주석이 추가된 MessageContractAttribute인 메시지 계약 형식입니다.
- action
- String
작업 문자열입니다.
- defaultNamespace
- String
네임스페이스입니다.
- formatterAttribute
- DataContractFormatAttribute
사용할 포맷터를 지정하는 DataContractFormatAttribute입니다.
반환
TypedMessageConverter 인스턴스입니다.
예외
인수는 null
입니다.
지정된 메시지 계약 형식에 MessageContractAttribute가 적용되지 않았습니다.
적용 대상
Create(Type, String, String, XmlSerializerFormatAttribute)
TypedMessageConverter 인스턴스를 반환하는 정적 메서드를 나타냅니다.
public:
static System::ServiceModel::Description::TypedMessageConverter ^ Create(Type ^ messageContract, System::String ^ action, System::String ^ defaultNamespace, System::ServiceModel::XmlSerializerFormatAttribute ^ formatterAttribute);
public static System.ServiceModel.Description.TypedMessageConverter Create (Type messageContract, string action, string defaultNamespace, System.ServiceModel.XmlSerializerFormatAttribute formatterAttribute);
static member Create : Type * string * string * System.ServiceModel.XmlSerializerFormatAttribute -> System.ServiceModel.Description.TypedMessageConverter
Public Shared Function Create (messageContract As Type, action As String, defaultNamespace As String, formatterAttribute As XmlSerializerFormatAttribute) As TypedMessageConverter
매개 변수
- messageContract
- Type
Type 주석이 추가된 MessageContractAttribute인 메시지 계약 형식입니다.
- action
- String
작업 문자열입니다.
- defaultNamespace
- String
네임스페이스입니다.
- formatterAttribute
- XmlSerializerFormatAttribute
사용할 포맷터를 지정하는 XmlSerializerFormatAttribute입니다.
반환
TypedMessageConverter 인스턴스입니다.
예외
인수는 null
입니다.
지정된 메시지 계약 형식에 MessageContractAttribute가 적용되지 않았습니다.