Class AssociateTypeListProvider
Simple, hard-coded provider for the associate type: Employee, ExternalPerson, Resource, Anonymous, System, Invalid User Type
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("UserType")]
public class AssociateTypeListProvider : LiteralsOnlyBase, ISoListProvider, ISoList, IPlugin
Constructors
AssociateTypeListProvider()
Simple, hard-coded provider for the associate type: Employee, ExternalPerson, Resource, Anonymous, System, Invalid User Type
Declaration
public AssociateTypeListProvider()
Fields
ProviderName
Simple, hard-coded provider for the associate type: Employee, ExternalPerson, Resource, Anonymous, System, Invalid User Type
Declaration
public const string ProviderName = "UserType"
Field Value
Type | Description |
---|---|
String |
Methods
AddItems()
Simple, hard-coded provider for the associate type: Employee, ExternalPerson, Resource, Anonymous, System, Invalid User Type
Declaration
protected override void AddItems()
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)