Class SmsPluginPreferenceProvider
Inheritance
System.Object
SmsPluginPreferenceProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[SoInject("Database")]
public class SmsPluginPreferenceProvider
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 |
---|---|
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 |
---|---|
Boolean |
Extension Methods
EnumUtil.MapEnums<From, To>(From)