Click or drag to resize

IResourcePointerService Interface

Represents a service which is tasked with generating verified pointers to data

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IResourcePointerService : IServiceImplementation

The IResourcePointerService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodGeneratePointer Generate a structured pointer for the identified object
Public methodResolveResource Resolve the specified resource
Top
See Also