Sdílet prostřednictvím


TypedMessageConverter.Create Metoda

Definice

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

Přetížení

Create(Type, String)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

Create(Type, String, DataContractFormatAttribute)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

Create(Type, String, XmlSerializerFormatAttribute)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

Create(Type, String, String)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

Create(Type, String, String, DataContractFormatAttribute)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

Create(Type, String, String, XmlSerializerFormatAttribute)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

Create(Type, String)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

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

Parametry

messageContract
Type

Typ kontraktu zprávy, který je Type opatřen poznámkami .MessageContractAttribute

action
String

Řetězec akce.

Návraty

TypedMessageConverter

Instance TypedMessageConverter .

Výjimky

Argumenty jsou null

Zadaný typ kontraktu zprávy nemá použitou messageContractAttribute.

Platí pro

Create(Type, String, DataContractFormatAttribute)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

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

Parametry

messageContract
Type

Typ kontraktu zprávy, který je Type opatřen poznámkami .MessageContractAttribute

action
String

Řetězec akce.

formatterAttribute
DataContractFormatAttribute

A DataContractFormatAttribute , který určuje formátovací modul, který se má použít.

Návraty

TypedMessageConverter

Instance TypedMessageConverter .

Výjimky

Argumenty jsou null

Zadaný typ kontraktu zprávy nemá použitou messageContractAttribute.

Platí pro

Create(Type, String, XmlSerializerFormatAttribute)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

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

Parametry

messageContract
Type

Typ kontraktu zprávy, který je Type opatřen poznámkami .MessageContractAttribute

action
String

Řetězec akce.

formatterAttribute
XmlSerializerFormatAttribute

A XmlSerializerFormatAttribute , který určuje formátovací modul, který se má použít.

Návraty

TypedMessageConverter

Instance TypedMessageConverter .

Výjimky

Argumenty jsou null

Zadaný typ kontraktu zprávy nemá použitou messageContractAttribute.

Platí pro

Create(Type, String, String)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

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

Parametry

messageContract
Type

Typ kontraktu zprávy, který je Type opatřen poznámkami .MessageContractAttribute

action
String

Řetězec akce.

defaultNamespace
String

Obor názvů.

Návraty

TypedMessageConverter

Instance TypedMessageConverter .

Výjimky

Argumenty jsou null

Zadaný typ kontraktu zprávy nemá použitou messageContractAttribute.

Platí pro

Create(Type, String, String, DataContractFormatAttribute)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

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

Parametry

messageContract
Type

Typ kontraktu zprávy, který je Type opatřen poznámkami .MessageContractAttribute

action
String

Řetězec akce.

defaultNamespace
String

Obor názvů.

formatterAttribute
DataContractFormatAttribute

A DataContractFormatAttribute , který určuje formátovací modul, který se má použít.

Návraty

TypedMessageConverter

Instance TypedMessageConverter .

Výjimky

Argumenty jsou null

Zadaný typ kontraktu zprávy nemá použitou messageContractAttribute.

Platí pro

Create(Type, String, String, XmlSerializerFormatAttribute)

Představuje statickou metodu TypedMessageConverter , která vrací instanci.

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

Parametry

messageContract
Type

Typ kontraktu zprávy, který je Type opatřen poznámkami .MessageContractAttribute

action
String

Řetězec akce.

defaultNamespace
String

Obor názvů.

formatterAttribute
XmlSerializerFormatAttribute

A XmlSerializerFormatAttribute , který určuje formátovací modul, který se má použít.

Návraty

TypedMessageConverter

Instance TypedMessageConverter .

Výjimky

Argumenty jsou null

Zadaný typ kontraktu zprávy nemá použitou messageContractAttribute.

Platí pro