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: 2.2.1
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