Class TicketRows.IdxReadStatus
Class representing index 'IDXTicketRead_status'.
Inheritance
TicketRows.IdxReadStatus
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TicketRows.IdxReadStatus : TicketRows.TicketRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxReadStatus(TicketReadStatus)
Constructor for class TicketRows.IdxReadStatus This class represents index 'IDXTicketRead_status'.
Declaration
public IdxReadStatus(TicketReadStatus readStatus)
Parameters
| Type | Name | Description |
|---|---|---|
| TicketReadStatus | readStatus |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
| Type | Description |
|---|---|
| Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
ReadStatus
Whether the owner has read the ticket or not (red, yellow, green).
Declaration
public TicketReadStatus ReadStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| TicketReadStatus |
Methods
UpdateRow(TableRowBase)
Update the TicketRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
| Type | Name | Description |
|---|---|---|
| TableRowBase | baseRow | The row to update. This must be an instance of TicketRow. |