Class UDefType
Same as the EUDefType enum in the C++ client, this is the DATABASE value used for udef definitions
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Syntax
public sealed class UDefType : Enum
Fields
Appointment
12: Owner is the appointment table
Declaration
public const UDefType Appointment
Field Value
Type | Description |
---|---|
UDefType |
Contact
7: Owner is the contact table
Declaration
public const UDefType Contact
Field Value
Type | Description |
---|---|
UDefType |
Document
13: Owner is the document table
Declaration
public const UDefType Document
Field Value
Type | Description |
---|---|
UDefType |
Invalid
0: Invalid
Declaration
public const UDefType Invalid
Field Value
Type | Description |
---|---|
UDefType |
None
14: Owner is undefined, you should not see this value in a real database
Declaration
public const UDefType None
Field Value
Type | Description |
---|---|
UDefType |
Person
8: Owner is the Person table
Declaration
public const UDefType Person
Field Value
Type | Description |
---|---|
UDefType |
Project
9: Owner is the project table
Declaration
public const UDefType Project
Field Value
Type | Description |
---|---|
UDefType |
Sale
10: Owner is the sale table
Declaration
public const UDefType Sale
Field Value
Type | Description |
---|---|
UDefType |
Temp
11: This is the temporary udef table pair, used during reorganizations
Declaration
public const UDefType Temp
Field Value
Type | Description |
---|---|
UDefType |
value__
Same as the EUDefType enum in the C++ client, this is the DATABASE value used for udef definitions
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |