Click or drag to resize

IChainedApiResourceHandler Methods

The IChainedApiResourceHandler type exposes the following members.

Methods
  NameDescription
Public methodAddChildObject
Adds the specified object with sub item key
Public methodAddChildResource
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 methodGetChildObject
Fetchs the scoped entity
Public methodQuery
Queries for a resource.
(Inherited from IApiResourceHandler.)
Public methodQueryChildObjects
Queries the associated entities which are contained within the specified scoping entity
Public methodRemoveChildObject
Removes the specified associated entity form the specified property name collection
Public methodTryGetChainedResource
Try to get chianed resource
Public methodUpdate
Updates a resource.
(Inherited from IApiResourceHandler.)
Top
See Also