Class ServiceAssociateMDOProvider
MDO provider for associates that are allowed to approve a quote.
Inheritance
System.Object
ServiceAssociateMDOProvider
Implements
System.Collections.IEnumerable
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("serviceassociate")]
[MDOAdditionalInfo("IncludeDefaultItems", "Flag to include defaul values (currentUser, autoAssign = int.maxValue, unAssigned = 0)", false)]
[MDOAdditionalInfo("AddNotPresentStatus", "Flag to add related user's 'not present' status message to fullname", false)]
public class ServiceAssociateMDOProvider : AssociateMDOProviderBase, ISoListProvider, ISoList, IPlugin, IEnumerable<ISoListItem>, IEnumerable
Fields
AddNotPresentStatus
Declaration
public const string AddNotPresentStatus = "AddNotPresentStatus"
Field Value
Type |
Description |
System.String |
|
IncludeDefaultItems
Declaration
public const string IncludeDefaultItems = "IncludeDefaultItems"
Field Value
Type |
Description |
System.String |
|
ProviderName
Declaration
public const string ProviderName = "serviceassociate"
Field Value
Type |
Description |
System.String |
|
Methods
FillList()
Declaration
protected override void FillList()
Overrides
GenerateCommonQuery(ListTableRows.CustomSearch, ListInfo)
Declaration
protected override void GenerateCommonQuery(ListTableRows.CustomSearch query, ListInfo li)
Parameters
Overrides
GetHistoryCollection()
Declaration
protected override ListTableRows.CustomSearch GetHistoryCollection()
Returns
Overrides
GetItemName(ListTableRow)
Declaration
protected override string GetItemName(ListTableRow row)
Parameters
Returns
Type |
Description |
System.String |
|
Overrides
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
Extension Methods
EnumUtil.MapEnums<From, To>(From)