Click or drag to resize

IPatchService Interface

Represents a patch service which can calculate and apply patches

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

The IPatchService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodDiff Performs a DIFF and creates the related patch which can be used to update existing to updated
Public methodPatch Apples the specified patch onto data returning the updated object
Public methodTest Tests that the patch can be applied on the specified object
Top
See Also