| AmiServiceBehaviorBaseCreateUpdate Method |
Create or update the specific resource
Namespace:
SanteDB.Messaging.AMI.Wcf
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public virtual Object CreateUpdate(
string resourceType,
string key,
Object data
)
Public Overridable Function CreateUpdate (
resourceType As String,
key As String,
data As Object
) As Object
public:
virtual Object^ CreateUpdate(
String^ resourceType,
String^ key,
Object^ data
)
abstract CreateUpdate :
resourceType : string *
key : string *
data : Object -> Object
override CreateUpdate :
resourceType : string *
key : string *
data : Object -> Object
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.CreateUpdate(System.String,System.String,System.Object)"]
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.CreateUpdate(System.String,System.String,System.Object)"]
- data
- Type: SystemObject
[Missing <param name="data"/> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.CreateUpdate(System.String,System.String,System.Object)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Messaging.AMI.Wcf.AmiServiceBehaviorBase.CreateUpdate(System.String,System.String,System.Object)"]
Implements
IAmiServiceContractCreateUpdate(String, String, Object)See Also