Class AppointmentTypeProvider
List of AppointmentType values: inDiary, inChecklist, Note, Document, SavedReport, BookingForDiary, BookingForChecklist
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("AppointmentType")]
public class AppointmentTypeProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
AppointmentTypeProvider()
Declaration
public AppointmentTypeProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "AppointmentType"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)