IChainedApiResourceHandler Interface |
Namespace: SanteDB.Rest.Common
The IChainedApiResourceHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Capabilities |
Gets the capabilities of this service
(Inherited from IApiResourceHandler.) | |
| ChildResources |
Gets the associated resources
| |
| ResourceName |
Gets the name of the resource which the resource handler supports.
(Inherited from IApiResourceHandler.) | |
| Scope |
Get the scope of this resource handler (the service to which the resources are bound)
(Inherited from IApiResourceHandler.) | |
| Type |
Gets the type which the resource handler supports.
(Inherited from IApiResourceHandler.) |
| Name | Description | |
|---|---|---|
| AddChildObject |
Adds the specified object with sub item key
| |
| AddChildResource |
Add a property handler
| |
| Create |
Creates a resource.
(Inherited from IApiResourceHandler.) | |
| Get |
Gets a specific resource instance.
(Inherited from IApiResourceHandler.) | |
| GetChildObject |
Fetchs the scoped entity
| |
| Obsolete |
Obsoletes a resource.
(Inherited from IApiResourceHandler.) | |
| Query(NameValueCollection) |
Queries for a resource.
(Inherited from IApiResourceHandler.) | |
| Query(NameValueCollection, Int32, Int32, Int32) |
Queries for a resource.
(Inherited from IApiResourceHandler.) | |
| QueryChildObjects |
Queries the associated entities which are contained within the specified scoping entity
| |
| RemoveChildObject |
Removes the specified associated entity form the specified property name collection
| |
| TryGetChainedResource |
Try to get chianed resource
| |
| Update |
Updates a resource.
(Inherited from IApiResourceHandler.) |