Class TicketStatusWithPostponeProvider
Inheritance
TicketStatusWithPostponeProvider
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("TicketStatusWithPostpone")]
public class TicketStatusWithPostponeProvider : TicketTicketStatusProvider, ISoListProvider, ISoList
Constructors
TicketStatusWithPostponeProvider()
Declaration
public TicketStatusWithPostponeProvider()
Fields
Name
Declaration
public const string Name = "TicketStatusWithPostpone"
Field Value
Type | Description |
---|---|
string |
Methods
GetMainQuery()
Get the main query for the list.
Declaration
protected override Select GetMainQuery()
Returns
Type | Description |
---|---|
Select |
Overrides
Init()
Initiate the provider after the Construct(string, string, int[], bool, string, bool) method is called.
Declaration
protected override void Init()
Overrides
OnRead(SoDataReader, short)
Raised every time a new row has been read from the database.
The implementation should read the results from the reader
and populate an object implementing ISoListItem.
Declaration
protected override ISoListItem OnRead(SoDataReader reader, short lastRank)
Parameters
Type | Name | Description |
---|---|---|
SoDataReader | reader | Reader to reaf from. |
short | lastRank | Value of the last rank populated. |
Returns
Type | Description |
---|---|
ISoListItem | Data read from the reader. |