Class RecordTypeProvider
A complete and generic mapping of record types to resource strings.
This is a simple, hard-coded list corresponding to Task table record_type column which is defined by a typed field TaskTypeFieldInfo using the TaskType enum AN.
Inheritance
RecordTypeProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("RecordType")]
public class RecordTypeProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
RecordTypeProvider()
Declaration
public RecordTypeProvider()
Fields
ChatSessionItemId
Declaration
public const int ChatSessionItemId = 200
Field Value
Declaration
public const int FormSubmissionItemId = 300
Field Value
MailingItemId
Declaration
public const int MailingItemId = 100
Field Value
ProviderName
Declaration
public const string ProviderName = "RecordType"
Field Value
Methods
AddItems()
Create the hard-coded item list
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)