DataValueStatus Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.Template
public enum DataValueStatus
Member name | Value | Description | |
---|---|---|---|
Valid | 0 | Saved value is (still) valid - or is null | |
NotConfigured | 1 | Saved value is valid now, but it is not a valid choice (e.g. a valid classification code, that is not among the ones, the user may choose from - according to the configuration) | |
Obsolete | 2 | Saved value refers to an objects, that is known in the system, but not valid at this point in time (i.e. it was valid in the past or will be valid in the future). | |
Invalid | 3 | Saved value does not refer to a known object |