Enum ServicePreferenceMappings.PreferenceMappingType
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public enum ServicePreferenceMappings.PreferenceMappingType
Fields
Name | Description |
---|---|
Config | Value is mapped to single column in config, given in ColumnName |
ConfigFlag | Multiple boolean values are mapped to bits in the config.flag field. ColumnName is the flag field name, and FlagBitNo is the flag bit number |
EjUser | Value is mapped to a single column in ejuser |
EjUserFlag | Multiple boolean values are mapped to bits in an ejuser flagfield. ColumnName is the flag field name, and FlagBitNo is the flag bit number |
None | |
PasswordRules | Value is mapped to password_rules |
Registry | Value is mapped to single registry row, given in RegId |
RegistryConcat | Multiple values are mapped to a concatenated registry row. RegId identifies the row, and ColumnName is a number that sets the position; separator is a single space |