| AgsMessageDispatchFormatterCreateFormatter Method |
Create a formatter for the specified contract type
Namespace:
SanteDB.DisconnectedClient.Ags.Formatter
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public static AgsMessageDispatchFormatter CreateFormatter(
Type contractType
)
Public Shared Function CreateFormatter (
contractType As Type
) As AgsMessageDispatchFormatter
public:
static AgsMessageDispatchFormatter^ CreateFormatter(
Type^ contractType
)
static member CreateFormatter :
contractType : Type -> AgsMessageDispatchFormatter
Parameters
- contractType
- Type: SystemType
[Missing <param name="contractType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Formatter.AgsMessageDispatchFormatter.CreateFormatter(System.Type)"]
Return Value
Type:
AgsMessageDispatchFormatter[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Formatter.AgsMessageDispatchFormatter.CreateFormatter(System.Type)"]
See Also