Click or drag to resize

IOperationalApiResourceHandler Methods

The IOperationalApiResourceHandler type exposes the following members.

Methods
  NameDescription
Public methodAddOperation
Add a property handler
Public methodCreate
Creates a resource.
(Inherited from IApiResourceHandler.)
Public methodDelete
Delete a resource.
(Inherited from IApiResourceHandler.)
Public methodGet
Gets a specific resource instance.
(Inherited from IApiResourceHandler.)
Public methodInvokeOperation
Fetchs the scoped entity
Public methodQuery
Queries for a resource.
(Inherited from IApiResourceHandler.)
Public methodTryGetOperation
Try to get chianed resource
Public methodUpdate
Updates a resource.
(Inherited from IApiResourceHandler.)
Top
See Also