Show / Hide Table of Contents

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.

Inheritance
System.Object
RefcountFlags
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__

Declaration
public short value__
Field Value
Type Description
System.Int16

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top