Class 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
public sealed class RefcountFlags : Enum
Fields
Allocate
1: Perform number allocation automatically
Declaration
public const RefcountFlags Allocate
Field Value
Type | Description |
---|---|
RefcountFlags |
AllowBlank
8: Blank is a legal value
Declaration
public const RefcountFlags AllowBlank
Field Value
Type | Description |
---|---|
RefcountFlags |
ReadOnly
4: Target field is read-only in GUI
Declaration
public const RefcountFlags ReadOnly
Field Value
Type | Description |
---|---|
RefcountFlags |
Unique
2: Check that entered values are unique
Declaration
public const RefcountFlags Unique
Field Value
Type | Description |
---|---|
RefcountFlags |
Unknown
0: Unknown - used when initializing
Declaration
public const RefcountFlags Unknown
Field Value
Type | Description |
---|---|
RefcountFlags |
value__
Value for flag field in refcounts This Enum is used by: RefCounts.flags This Enum consists of flag values that can be combined.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)