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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
bool Test(
	Patch patch,
	IdentifiedData target
)

Parameters

patch  Patch

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

target  IdentifiedData

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

Return Value

Boolean

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

See Also