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: 2.2.1
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 methodGet
Gets a specific resource instance.
Public methodObsolete
Obsoletes a resource.
Public methodQuery(NameValueCollection)
Queries for a resource.
Public methodQuery(NameValueCollection, Int32, Int32, Int32)
Queries for a resource.
Public methodUpdate
Updates a resource.
Top
See Also