Indicates state of the factdata.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
public enum FactDataState
Visual Basic (Usage)
Dim instance As FactDataState

Members

Member nameDescription
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.

See Also