Click or drag to resize

IOperationalApiResourceHandler Interface

Represnets a resource handler which can link sub-objects (or certain sub-objects) with a parent object

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

The IOperationalApiResourceHandler type exposes the following members.

Properties
 NameDescription
Public propertyCapabilities Gets the capabilities of this service
(Inherited from IApiResourceHandler)
Public propertyOperations Gets the associated resources
Public propertyResourceName Gets the name of the resource which the resource handler supports.
(Inherited from IApiResourceHandler)
Public propertyScope Get the scope of this resource handler (the service to which the resources are bound)
(Inherited from IApiResourceHandler)
Public propertyType Gets the type which the resource handler supports.
(Inherited from IApiResourceHandler)
Top
Methods
 NameDescription
Public methodAddOperation 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 methodInvokeOperation Fetchs the scoped entity
Public methodQuery Queries for a resource.
(Inherited from IApiResourceHandler)
Public methodTryGetOperation Try to get chianed resource
Public methodUpdate Updates a resource.
(Inherited from IApiResourceHandler)
Top
See Also