Click or drag to resize

IApiResourceHandlerEx Interface

API Resource handler which includes support for extended methods

Namespace:  SanteDB.Rest.Common
Assembly:  SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax
public interface IApiResourceHandlerEx : IApiResourceHandler

The IApiResourceHandlerEx type exposes the following members.

Properties
  NameDescription
Public propertyCapabilities
Gets the capabilities of this service
(Inherited from IApiResourceHandler.)
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 methodCreate
Creates a resource.
(Inherited from IApiResourceHandler.)
Public methodGet
Gets a specific resource instance.
(Inherited from IApiResourceHandler.)
Public methodObsolete
Obsoletes a resource.
(Inherited from IApiResourceHandler.)
Public methodQuery(NameValueCollection)
Queries for a resource.
(Inherited from IApiResourceHandler.)
Public methodQuery(NameValueCollection, Int32, Int32, Int32)
Queries for a resource.
(Inherited from IApiResourceHandler.)
Public methodTouch
Touches a resource (updates its modified on without changing or creating a new version)
Public methodUpdate
Updates a resource.
(Inherited from IApiResourceHandler.)
Top
See Also