Class TicketTypeStatusRow.IdxTicketTypeStatusId
Class representing index 'IDXTicket_type_statusId'.
Inheritance
TicketTypeStatusRow.IdxTicketTypeStatusId
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public class TicketTypeStatusRow.IdxTicketTypeStatusId : TicketTypeStatusRow.TicketTypeStatusRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxTicketTypeStatusId(int)
Constructor for class TicketTypeStatus.IdxTicketTypeStatusId This class represents index 'IDXTicket_type_statusId'.
Declaration
public IdxTicketTypeStatusId(int ticketTypeStatusId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | ticketTypeStatusId |
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
Methods
UpdateRow(TableRowBase)
Update the TicketTypeStatusRow 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 TicketTypeStatusRow. |