Class ServiceAssociateMDOProvider
MDO provider for associates that are allowed to approve a quote.
Inherited Members
Namespace: SuperOffice.CRM.Lists
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
MDO provider for associates that are allowed to approve a quote.
Declaration
public const string AddNotPresentStatus = "AddNotPresentStatus"
Field Value
Type | Description |
---|---|
String |
IncludeDefaultItems
MDO provider for associates that are allowed to approve a quote.
Declaration
public const string IncludeDefaultItems = "IncludeDefaultItems"
Field Value
Type | Description |
---|---|
String |
ProviderName
MDO provider for associates that are allowed to approve a quote.
Declaration
public const string ProviderName = "serviceassociate"
Field Value
Type | Description |
---|---|
String |
Methods
FillList()
MDO provider for associates that are allowed to approve a quote.
Declaration
protected override void FillList()
Overrides
GenerateCommonQuery(ListTableRows.CustomSearch, ListInfo)
MDO provider for associates that are allowed to approve a quote.
Declaration
protected override void GenerateCommonQuery(ListTableRows.CustomSearch query, ListInfo li)
Parameters
Type | Name | Description |
---|---|---|
ListTableRows.CustomSearch | query | |
ListInfo | li |
Overrides
GetHistoryCollection()
MDO provider for associates that are allowed to approve a quote.
Declaration
protected override ListTableRows.CustomSearch GetHistoryCollection()
Returns
Type | Description |
---|---|
ListTableRows.CustomSearch |
Overrides
GetItemName(ListTableRow)
MDO provider for associates that are allowed to approve a quote.
Declaration
protected override string GetItemName(ListTableRow row)
Parameters
Type | Name | Description |
---|---|---|
ListTableRow | row |
Returns
Type | Description |
---|---|
String |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)