Click or drag to resize

SecurityApplicationResourceHandlerCreate Method

Create device

Namespace:  SanteDB.Rest.AMI.Resources
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
public override Object Create(
	Object data,
	bool updateIfExists
)

Parameters

data
Type: SystemObject

[Missing <param name="data"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityApplicationResourceHandler.Create(System.Object,System.Boolean)"]

updateIfExists
Type: SystemBoolean

[Missing <param name="updateIfExists"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityApplicationResourceHandler.Create(System.Object,System.Boolean)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityApplicationResourceHandler.Create(System.Object,System.Boolean)"]

Implements

IApiResourceHandlerCreate(Object, Boolean)
IApiResourceHandlerCreate(Object, Boolean)
See Also