Class TicketRows.IdxAlertTimeout
Class representing index 'IDXTicketAlert_timeout'.
Inheritance
TicketRows.IdxAlertTimeout
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TicketRows.IdxAlertTimeout : TicketRows.TicketRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxAlertTimeout(DateTime)
Constructor for class TicketRows.IdxAlertTimeout This class represents index 'IDXTicketAlert_timeout'.
Declaration
public IdxAlertTimeout(DateTime alertTimeout)
Parameters
Type | Name | Description |
---|---|---|
DateTime | alertTimeout |
IdxAlertTimeout(DateTime, DateTimeSearchType)
Constructor for class TicketRows.IdxAlertTimeout This class represents index 'IDXTicketAlert_timeout'.
Declaration
public IdxAlertTimeout(DateTime alertTimeout, DateTimeSearchType alertTimeoutSearchType)
Parameters
Type | Name | Description |
---|---|---|
DateTime | alertTimeout | |
DateTimeSearchType | alertTimeoutSearchType | How to search for AlertTimeout |
Properties
AlertTimeout
The datetime for when the ticket should jump to the next alert_level.
Declaration
public DateTime AlertTimeout { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
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
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. |