Click or drag to resize

AdoVersioningPolicyFlags Enumeration

Versioning policy types

Namespace: SanteDB.Persistence.Data.Configuration
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
[FlagsAttribute]
public enum AdoVersioningPolicyFlags
Members
Member nameValueDescription
None0 When no-versioning is enabled, indicates that new versions should not be created per object
FullVersioning1 When full-versioning is enabled, then each update results in a new version of an object
AssociationVersioning2 When core-versioning is enabled, any versioned associations will be removed meaning that only core properties are versioned the associative properties are not.
Default3 Default flags
VersionOnTouch4 When a resource is touched even if no data is changed, a new version should be created, this behavior will result in multiple creation/obsoletion entries for a resource.
VersionNonCdrAssets8 Version non CDR assets
See Also