| SecurityEntityResourceHandlerTSecurityEntityCreate Method |
Creates the specified object in the underlying data store
Namespace:
SanteDB.Rest.AMI.Resources
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public virtual Object Create(
Object data,
bool updateIfExists
)
Public Overridable Function Create (
data As Object,
updateIfExists As Boolean
) As Object
public:
virtual Object^ Create(
Object^ data,
bool updateIfExists
)
abstract Create :
data : Object *
updateIfExists : bool -> Object
override Create :
data : Object *
updateIfExists : bool -> Object
Parameters
- data
- Type: SystemObject
The data that is to be created - updateIfExists
- Type: SystemBoolean
True if the data should be updated if it already exists
Return Value
Type:
ObjectThe created object
Implements
IApiResourceHandlerCreate(Object, Boolean)See Also