Class UserPreferenceArchiveHelper
Inheritance
UserPreferenceArchiveHelper
Assembly: SoDataBase.dll
Syntax
[SoInject("Database")]
public class UserPreferenceArchiveHelper
Methods
GetDatabaseName(Int32)
Declaration
public string GetDatabaseName(int ownerId)
Parameters
Type |
Name |
Description |
Int32 |
ownerId |
|
Returns
GetLevelEntityName(PreferenceLevel)
Declaration
public string GetLevelEntityName(PreferenceLevel deflevel)
Parameters
Returns
GetLevelName(PreferenceLevel)
Declaration
public string GetLevelName(PreferenceLevel deflevel)
Parameters
Returns
GetOwnerName(PreferenceLevel, Int32)
Declaration
public string GetOwnerName(PreferenceLevel deflevel, int ownerId)
Parameters
Returns
GetPreferenceValue(String, String, String)
Declaration
public (string value, string tooltip) GetPreferenceValue(string section, string key, string rawValue)
Parameters
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)