Click or drag to resize

AmiServiceBehaviorCreate Method

Create the specified resource

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public override Object Create(
	string resourceType,
	Object data
)

Parameters

resourceType
Type: SystemString

[Missing <param name="resourceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.Create(System.String,System.Object)"]

data
Type: SystemObject

[Missing <param name="data"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.Create(System.String,System.Object)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.AmiServiceBehavior.Create(System.String,System.Object)"]

Implements

IAmiServiceContractCreate(String, Object)
See Also