Click or drag to resize

LoadState Enumeration

Identifies the state of loading of the object from persistence

Namespace:  SanteDB.Core.Model
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public enum LoadState
Members
  Member nameValueDescription
New0 Newly created, not persisted, no data loaded
PartialLoad1 Object was partially loaded meaning some properties are not populated
FullLoad2 The object was fully loaded
See Also