Class ExtraFieldFlags
Flag values for the CS extrafields dictionary This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ExtraFieldFlags : Enum
Fields
CannotChange
16: The field cannot change after being set
Declaration
public const ExtraFieldFlags CannotChange
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
Deleted
256: The field is deleted
Declaration
public const ExtraFieldFlags Deleted
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
DontEscape
128: Do not HTML-escape the value when displaying field
Declaration
public const ExtraFieldFlags DontEscape
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
DropDown
32: The field is a dropdown (extra string fields)
Declaration
public const ExtraFieldFlags DropDown
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
Hidden
262144: The field is not shown anywhere
Declaration
public const ExtraFieldFlags Hidden
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
HideFunctions
65536: Hide the function buttons for this relation
Declaration
public const ExtraFieldFlags HideFunctions
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
HideHeaderIfEmpty
32768: Hide the header for this list if there are no entries
Declaration
public const ExtraFieldFlags HideHeaderIfEmpty
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
Indexed
524288: The field is indexed
Declaration
public const ExtraFieldFlags Indexed
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
InNewTicket
4: The field is viewed in new-ticket form
Declaration
public const ExtraFieldFlags InNewTicket
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
IsForeignId
1024: The field is a foreign id
Declaration
public const ExtraFieldFlags IsForeignId
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
IsId
512: The field is the id
Declaration
public const ExtraFieldFlags IsId
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
ListRelations
8192: List relations
Declaration
public const ExtraFieldFlags ListRelations
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
Neutral
0: No flags set
Declaration
public const ExtraFieldFlags Neutral
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
NotEmpty
131072: The field cannot be empty
Declaration
public const ExtraFieldFlags NotEmpty
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
Public
2: The field is public (external)
Declaration
public const ExtraFieldFlags Public
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
Readable
64: The field is directly readable from database
Declaration
public const ExtraFieldFlags Readable
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
ReadOnly
2048: The field is not writeable
Declaration
public const ExtraFieldFlags ReadOnly
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
Searchable
1: The field is searchable
Declaration
public const ExtraFieldFlags Searchable
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
SetWhenClicked
8: The field is set (datetime) when clicked
Declaration
public const ExtraFieldFlags SetWhenClicked
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
ShowRelationInArchives
4194304: The field is a FK, and in Archives this relation should be followed and columns in the target table should be available in the archive
Declaration
public const ExtraFieldFlags ShowRelationInArchives
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
ShowWithProperties
2097152: The field listed with the other main properties for the entity (i.e. for "Edit ticket" it is shown on the first pane)
Declaration
public const ExtraFieldFlags ShowWithProperties
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
UseDefault
4096: Use default value for field if no value is supplied
Declaration
public const ExtraFieldFlags UseDefault
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
value__
Flag values for the CS extrafields dictionary This Enum consists of flag values that can be combined.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
ViewInList
16384: View this field when listing rows
Declaration
public const ExtraFieldFlags ViewInList
Field Value
Type | Description |
---|---|
ExtraFieldFlags |
ViewInSearch
1048576: The field is viewed in relational searches
Declaration
public const ExtraFieldFlags ViewInSearch
Field Value
Type | Description |
---|---|
ExtraFieldFlags |