Show / Hide Table of Contents

Interface IUserPreferenceArchiveHelper

Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public interface IUserPreferenceArchiveHelper

Methods

GetDatabaseName(int)

Declaration
string GetDatabaseName(int ownerId)
Parameters
Type Name Description
int ownerId
Returns
Type Description
string

GetLevelEntityName(PreferenceLevel)

Declaration
string GetLevelEntityName(PreferenceLevel deflevel)
Parameters
Type Name Description
PreferenceLevel deflevel
Returns
Type Description
string

GetLevelName(PreferenceLevel)

Declaration
string GetLevelName(PreferenceLevel deflevel)
Parameters
Type Name Description
PreferenceLevel deflevel
Returns
Type Description
string

GetOwnerName(PreferenceLevel, int)

Declaration
string GetOwnerName(PreferenceLevel deflevel, int ownerId)
Parameters
Type Name Description
PreferenceLevel deflevel
int ownerId
Returns
Type Description
string

GetPreferenceValueAsync(string, string, string, CancellationToken)

Declaration
Task<(string value, string tooltip)> GetPreferenceValueAsync(string section, string key, string rawValue, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string section
string key
string rawValue
CancellationToken cancellationToken
Returns
Type Description
Task<(string value, string tooltip)>

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