Show / Hide Table of Contents

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

Extension Methods

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