Class AppointmentCategoryListProvider
Inheritance
AppointmentCategoryListProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("AppointmentCategory")]
public class AppointmentCategoryListProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
AppointmentCategoryListProvider()
Declaration
public AppointmentCategoryListProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "AppointmentCategory"
Field Value
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
GetDictionary()
Declaration
public static Dictionary<int, Tuple<string, string>> GetDictionary()
Returns
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)