Enum RefcountFlags
Value for flag field in refcounts This Enum is used by: RefCounts.flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum RefcountFlags : short
Fields
Name | Description |
---|---|
Allocate | 1: Perform number allocation automatically |
AllowBlank | 8: Blank is a legal value |
ReadOnly | 4: Target field is read-only in GUI |
Unique | 2: Check that entered values are unique |
Unknown | 0: Unknown - used when initializing |