Click or drag to resize

SimplePatchServiceDiff Method

Perform a diff using a simple .compare() method

Namespace:  SanteDB.Core.Services.Impl
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public 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.Impl.SimplePatchService.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.Impl.SimplePatchService.Diff(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.IdentifiedData,System.String[])"]

ignoreProperties
Type: SystemString

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

Return Value

Type: Patch

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

Implements

IPatchServiceDiff(IdentifiedData, IdentifiedData, String)
Remarks
This method only performs a diff on the root object passed and does not cascade to collections
See Also