| SecurityEntityResourceHandlerTSecurityEntityUpdate Method |
Update the specified object
Namespace:
SanteDB.Rest.AMI.Resources
Assembly:
SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax public virtual Object Update(
Object data
)
Public Overridable Function Update (
data As Object
) As Object
public:
virtual Object^ Update(
Object^ data
)
abstract Update :
data : Object -> Object
override Update :
data : Object -> Object
Parameters
- data
- Type: SystemObject
[Missing <param name="data"/> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.Update(System.Object)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:SanteDB.Rest.AMI.Resources.SecurityEntityResourceHandler`1.Update(System.Object)"]
Implements
IApiResourceHandlerUpdate(Object)See Also