| AmiServiceBehaviorBaseCreate Method |
Creates the specified resource for the AMI service
Namespace:
SanteDB.Messaging.AMI.Wcf
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public virtual Object Create(
string resourceType,
Object data
)
Public Overridable Function Create (
resourceType As String,
data As Object
) As Object
public:
virtual Object^ Create(
String^ resourceType,
Object^ data
)
abstract Create :
resourceType : string *
data : Object -> Object
override Create :
resourceType : string *
data : Object -> Object
Parameters
- resourceType
- Type: SystemString
The type of resource being created - data
- Type: SystemObject
The resource data being created
Return Value
Type:
ObjectThe created the data
Implements
IAmiServiceContractCreate(String, Object)See Also