Show / Hide Table of Contents

Enum 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 enum CodeGenerationState

Fields

Name Description
GeneratedAndInDatabase

The normal state for 'our' stuff: Known at generation time, and present in the database

GeneratedButMissingFromDatabase

Probably a NetServer newer than the database: Code generation, but the object is not in the database

InDatabaseButNotGenerated

Partner addition, or an obsolete NetServer: Object in database but not known to our code

Extension Methods

EnumUtil.MapEnums<SuperOffice.Data.Dictionary.CodeGenerationState, To>()
ObjectExtensions.AssignByReflection<CodeGenerationState>(CodeGenerationState)
ObjectExtensions.GraphCopy<CodeGenerationState>()
Converters.MapEnums<CodeGenerationState, To>()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top