Class SmsPluginPreferenceProvider
Inheritance
SmsPluginPreferenceProvider
Assembly: SoDataBase.dll
Syntax
[SoInject("Database")]
public class SmsPluginPreferenceProvider
Properties
Items
Declaration
public List<ISoListItem> Items { get; }
Property Value
Methods
IsHandled(Int32)
Declaration
public bool IsHandled(int prefDescId)
Parameters
Type |
Name |
Description |
Int32 |
prefDescId |
|
Returns
IsHandled(String, String)
Declaration
public bool IsHandled(string section, string key)
Parameters
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)