Click or drag to resize

DataMappingTableTableStatus Enumeration

Possible statuses of this table.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public enum TableStatus
Members
Member nameValueDescription
NewNotOk0 Table is new and it's not OK for saving.
NewAndOk1 Table is new and it's OK for saving.
LoadedAndLocked2 Table is loaded and locked so it can't be modified.
LoadedAndUnLocked3 Table is loaded and unlocked but not yet modified.
LoadedEditedOk4 Table is loaded and edited, and OK for saving.
LoadedEditedNotOk5 Table is loaded and edited, and not OK for saving.
UNKNOWN6 Unknown state.
See Also