IApiResourceHandler Interface |
Namespace: SanteDB.Rest.Common
The IApiResourceHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| Capabilities |
Gets the capabilities of this service
| |
| ResourceName |
Gets the name of the resource which the resource handler supports.
| |
| Scope |
Get the scope of this resource handler (the service to which the resources are bound)
| |
| Type |
Gets the type which the resource handler supports.
|
| Name | Description | |
|---|---|---|
| Create |
Creates a resource.
| |
| Get |
Gets a specific resource instance.
| |
| Obsolete |
Obsoletes a resource.
| |
| Query(NameValueCollection) |
Queries for a resource.
| |
| Query(NameValueCollection, Int32, Int32, Int32) |
Queries for a resource.
| |
| Update |
Updates a resource.
|