Click or drag to resize

IPatchServiceTest Method

Tests that the patch can be applied on the specified object

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
bool Test(
	Patch patch,
	IdentifiedData target
)

Parameters

patch
Type: SanteDB.Core.Model.PatchPatch

[Missing <param name="patch"/> documentation for "M:SanteDB.Core.Services.IPatchService.Test(SanteDB.Core.Model.Patch.Patch,SanteDB.Core.Model.IdentifiedData)"]

target
Type: SanteDB.Core.ModelIdentifiedData

[Missing <param name="target"/> documentation for "M:SanteDB.Core.Services.IPatchService.Test(SanteDB.Core.Model.Patch.Patch,SanteDB.Core.Model.IdentifiedData)"]

Return Value

Type: Boolean

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

See Also