Click or drag to resize

AmiServiceBehaviorAssociationCreate Method

Association based create

Namespace:  SanteDB.DisconnectedClient.Ags.Services
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public override Object AssociationCreate(
	string resourceType,
	string key,
	string childResourceType,
	Object body
)

Parameters

resourceType
Type: SystemString

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

key
Type: SystemString

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

childResourceType
Type: SystemString

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

body
Type: SystemObject

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

Return Value

Type: Object

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

Implements

IAmiServiceContractAssociationCreate(String, String, String, Object)
See Also