Click or drag to resize

PatchOperation Property

A list of patch operations to be applied to the object

Namespace:  SanteDB.Core.Model.Patch
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public List<PatchOperation> Operation { get; set; }

Property Value

Type: ListPatchOperation
See Also