IApiChildResourceHandler Interface |
Namespace: SanteDB.Rest.Common
The IApiChildResourceHandler type exposes the following members.
Name | Description | |
---|---|---|
Capabilities |
The capabilities of the sub-resource
| |
Name |
Gets the name of the associated property
(Inherited from IApiChildObject.) | |
ParentTypes |
Gets the resource name that this applies to
(Inherited from IApiChildObject.) | |
PropertyType |
Gets the type of data this associative property is expecting
| |
ScopeBinding |
Gets the binding type
(Inherited from IApiChildObject.) |
Name | Description | |
---|---|---|
Add |
Add a value to the associated property
| |
Get |
Get the value of the associated property with context (exmaple: GET /hdsi/resource/property/key)
| |
Query |
Get the value of the associated property with no context (exmaple: GET /hdsi/resource/property)
| |
Remove |
Remove an object from the associated property
|