Show / Hide Table of Contents

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

Extension Methods

EnumUtil.MapEnums<ServicePreferenceMappings.PreferenceMappingType, To>(ServicePreferenceMappings.PreferenceMappingType)
Converters.MapEnums<ServicePreferenceMappings.PreferenceMappingType, To>(ServicePreferenceMappings.PreferenceMappingType)
ObjectExtensions.AssignByReflection<ServicePreferenceMappings.PreferenceMappingType>(ServicePreferenceMappings.PreferenceMappingType, ServicePreferenceMappings.PreferenceMappingType)
ObjectExtensions.GraphCopy<ServicePreferenceMappings.PreferenceMappingType>(ServicePreferenceMappings.PreferenceMappingType)
RegistryExtensions.GetRegistryRowAsync(Enum, string, CancellationToken)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top