Click or drag to resize

AmiServiceBehaviorAssociationRemove Method

Remove associated object

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

Parameters

resourceType
Type: SystemString

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

key
Type: SystemString

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

childResourceType
Type: SystemString

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

scopedEntityKey
Type: SystemString

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

Return Value

Type: Object

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

Implements

IAmiServiceContractAssociationRemove(String, String, String, String)
See Also