Class ProjectTypeProvider
Project type list. Encodes Default project duration in extra info.
Inheritance
ProjectTypeProvider
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("ProjectType")]
public class ProjectTypeProvider : IgnoreGroupingAndHeadingsForAdminMdoProviderBase, ISoListProvider, ISoList, IPlugin, IEnumerable<ISoListItem>, IEnumerable
Constructors
ProjectTypeProvider()
Project type list. Encodes Default project duration in extra info.
Declaration
public ProjectTypeProvider()
Fields
ProviderName
Project type list. Encodes Default project duration in extra info.
Declaration
public const string ProviderName = "ProjectType"
Field Value
Type | Description |
---|---|
String |
Properties
HistoryInfo
Project type list. Encodes Default project duration in extra info.
Declaration
public override HistoryInfo HistoryInfo { get; }
Property Value
Type | Description |
---|---|
HistoryInfo |
Overrides
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Project type list. Encodes Default project duration in extra info.
Declaration
public override void Construct(string tableName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type | Name | Description |
---|---|---|
String | tableName | |
String | additionalInfo | |
Int32[] | historyIDs | |
Boolean | onlyReadHistory | |
String | searchValue | |
Boolean | forceFlatList |
Overrides
GetItemExtraInfo(ListTableRow)
Project type list. Encodes Default project duration in extra info.
Declaration
protected override string GetItemExtraInfo(ListTableRow row)
Parameters
Type | Name | Description |
---|---|---|
ListTableRow | row |
Returns
Type | Description |
---|---|
String |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)