Skip to main content

modelreadwriteoptions-class

Represents different options used during data model loading or saving

public static class Korzh.EasyQuery.ModelReadWriteOptions

Assembly: Korzh.EasyQuery.dll

Static Fields

NameTypeDescription
AggrFunctionsUInt64If set - we need to save or load the list of aggregate functions
ClientSideContentUInt64Represents the default set of options for serializing a JSON representation of the model for the client-side (without all DB-related info)
CustomInfoUInt64Whether we need to save or load the model's custom info
DbInfoUInt64Tables, links and other DB specific info will be saved/loaded
DbParamsUInt64DB connection settings will be saved
DefaultsBitOptionsThe default options.
DefQueryPathUInt64The path to the default query path will be saved/loaded
DescriptionUInt64The model's description will be saved/loaded
DMEOptionsUInt64Data Model Editor options will be saved together with the data model
EditorsUInt64The value editors will be saved/loaded
EntitiesUInt64The entities and their attributes will be saved/loaded
KeepCurrentUInt64If this option is set - then the previous model will not be cleared before the loading of the new one
OperatorsUInt64Include operators when saving or loading the model

Static Properties

NameTypeDescription
AllBitOptions