Click or drag to resize

IApiResourceHandler Interface

Represents a resource handler.

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

The IApiResourceHandler type exposes the following members.

Properties
 NameDescription
Public propertyCapabilities Gets the capabilities of this service
Public propertyResourceName Gets the name of the resource which the resource handler supports.
Public propertyScope Get the scope of this resource handler (the service to which the resources are bound)
Public propertyType Gets the type which the resource handler supports.
Top
Methods
 NameDescription
Public methodCreate Creates a resource.
Public methodDelete Delete a resource.
Public methodGet Gets a specific resource instance.
Public methodQuery Queries for a resource.
Public methodUpdate Updates a resource.
Top
See Also