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.481-alpha
Syntax
Patch Diff(
	IdentifiedData existing,
	IdentifiedData updated,
	params string[] ignoreProperties
)

Parameters

existing
Type: SanteDB.Core.ModelIdentifiedData

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

updated
Type: SanteDB.Core.ModelIdentifiedData

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

ignoreProperties
Type: SystemString

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

Return Value

Type: Patch

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

See Also