Click or drag to resize

IApiChildResourceHandler Interface

Allows a programmatic way of providing associated properties on other objects

Namespace: SanteDB.Rest.Common
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public interface IApiChildResourceHandler : IApiChildObject

The IApiChildResourceHandler type exposes the following members.

Properties
 NameDescription
Public propertyCapabilities The capabilities of the sub-resource
Public propertyName Gets the name of the associated property
Public propertyParentTypes Gets the resource name that this applies to
(Inherited from IApiChildObject)
Public propertyPropertyType Gets the type of data this associative property is expecting
Public propertyScopeBinding Gets the binding type
(Inherited from IApiChildObject)
Top
Methods
 NameDescription
Public methodAdd Add a value to the associated property
Public methodGet Get the value of the associated property with context (exmaple: GET /hdsi/resource/property/key)
Public methodQuery Get the value of the associated property with no context (exmaple: GET /hdsi/resource/property)
Public methodRemove Remove an object from the associated property
Top
See Also