Click or drag to resize

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
)

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