Class CodeGenerationState
Relation between the generated code in NetServer and the actual database state, applies to both tables and fields
Namespace: SuperOffice.Data.Dictionary
Assembly: SoDataBase.dll
Syntax
public sealed class CodeGenerationState : Enum
Fields
GeneratedAndInDatabase
The normal state for 'our' stuff: Known at generation time, and present in the database
Declaration
public const CodeGenerationState GeneratedAndInDatabase
Field Value
Type | Description |
---|---|
CodeGenerationState |
GeneratedButMissingFromDatabase
Probably a NetServer newer than the database: Code generation, but the object is not in the database
Declaration
public const CodeGenerationState GeneratedButMissingFromDatabase
Field Value
Type | Description |
---|---|
CodeGenerationState |
InDatabaseButNotGenerated
Partner addition, or an obsolete NetServer: Object in database but not known to our code
Declaration
public const CodeGenerationState InDatabaseButNotGenerated
Field Value
Type | Description |
---|---|
CodeGenerationState |
value__
Relation between the generated code in NetServer and the actual database state, applies to both tables and fields
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)