Show / Hide Table of Contents

Class CodeGenerationState

Relation between the generated code in NetServer and the actual database state, applies to both tables and fields

Inheritance
Object
CodeGenerationState
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)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top