Indicates state of the factdata.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
public enum FactDataState |
| Visual Basic (Usage) |
|---|
Dim instance As FactDataState |
Members
| Member name | Description | |
|---|---|---|
| Unlock | Factdata is unlocked and editable.
| |
| Reserve | Factdata is reserved and cannot be edited by others.
| |
| Lock | Factdata is locked and cannot be edited.
| |
| Commit | Fact data is committed.
|