Class SoTable.TableKind
Kind and origin of table - SuperOffice system; Partner-defined using the SoDictionary; or ExtraTable from Customer Service
Namespace: SuperOffice.Data.Dictionary
Assembly: SoDataBase.dll
Syntax
public sealed class TableKind : Enum
Fields
CSExtraTable
ExtraTable from Customer Service
Declaration
public const SoTable.TableKind CSExtraTable
Field Value
Type | Description |
---|---|
SoTable.TableKind |
PartnerDefined
Partner-defined using the SoDictionary
Declaration
public const SoTable.TableKind PartnerDefined
Field Value
Type | Description |
---|---|
SoTable.TableKind |
System
SuperOffice system - defined by R & D
Declaration
public const SoTable.TableKind System
Field Value
Type | Description |
---|---|
SoTable.TableKind |
TempTable
Temporary table, typically used by Mass Upsert
Declaration
public const SoTable.TableKind TempTable
Field Value
Type | Description |
---|---|
SoTable.TableKind |
value__
Kind and origin of table - SuperOffice system; Partner-defined using the SoDictionary; or ExtraTable from Customer Service
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)