Class TaskProvider
Task table MDO list. Optional include "None" as first value.
Inheritance
System.Object
TaskProvider
Implements
System.Collections.IEnumerable
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("Task")]
[MDOAdditionalInfo("includeNone", "Include a NO-SELECTION item first", true)]
public class TaskProvider : MDOProviderBase, ISoListProvider, ISoList, IPlugin, IEnumerable<ISoListItem>, IEnumerable
Constructors
TaskProvider()
Declaration
Fields
ProviderName
Declaration
public const string ProviderName = "Task"
Field Value
Type |
Description |
System.String |
|
Properties
HistoryInfo
The HistoryInfo for the root provider is null; it's the HistoryInfo for our that is interesting
Declaration
public override HistoryInfo HistoryInfo { get; }
Property Value
Overrides
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public override void Construct(string tableName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Type |
Name |
Description |
System.String |
tableName |
|
System.String |
additionalInfo |
|
System.Int32[] |
historyIDs |
|
System.Boolean |
onlyReadHistory |
|
System.String |
searchValue |
|
System.Boolean |
forceFlatList |
|
Overrides
GetItemColor(ListTableRow)
Declaration
protected override int GetItemColor(ListTableRow row)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Overrides
GetItemType(ListTableRow)
Declaration
protected override string GetItemType(ListTableRow row)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
GetPreferredSortOrder()
Tell the provider that we want sorting by rank.
Declaration
protected override MDOSortOrder GetPreferredSortOrder()
Returns
Overrides
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
Extension Methods
EnumUtil.MapEnums<From, To>(From)