Click or drag to resize

IPatchServiceDiff Method

Performs a DIFF and creates the related patch which can be used to update existing to updated

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
Patch Diff(
	IdentifiedData existing,
	IdentifiedData updated,
	params string[] ignoreProperties
)

Parameters

existing  IdentifiedData

[Missing <param name="existing"/> documentation for "M:SanteDB.Core.Services.IPatchService.Diff(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.IdentifiedData,System.String[])"]

updated  IdentifiedData

[Missing <param name="updated"/> documentation for "M:SanteDB.Core.Services.IPatchService.Diff(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.IdentifiedData,System.String[])"]

ignoreProperties  String

[Missing <param name="ignoreProperties"/> documentation for "M:SanteDB.Core.Services.IPatchService.Diff(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.IdentifiedData,System.String[])"]

Return Value

Patch

[Missing <returns> documentation for "M:SanteDB.Core.Services.IPatchService.Diff(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.IdentifiedData,System.String[])"]

See Also