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