| 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
)
Public Overrides Function Create (
resourceType As String,
data As Object
) As Object
public:
virtual Object^ Create(
String^ resourceType,
Object^ data
) override
abstract Create :
resourceType : string *
data : Object -> Object
override Create :
resourceType : string *
data : Object -> Object
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