Class TicketRelDefTicketTypeRows.IdxTicketRelationDefId
Class representing index 'ITicket_relation_def_idSource'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
TicketRelDefTicketTypeRows.IdxTicketRelationDefId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TicketRelDefTicketTypeRows.IdxTicketRelationDefId : TicketRelDefTicketTypeRows.TicketRelDefTicketTypeRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTicketRelationDefId(int)
Constructor for class TicketRelDefTicketTypeRows.IdxTicketRelationDefId This class represents index 'ITicket_relation_def_idSource_ticket_type_idDestination_ticket_type_id'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxTicketRelationDefId(int ticketRelationDefId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | ticketRelationDefId |
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
TicketRelationDefId
Ticket relation definition
Declaration
public int TicketRelationDefId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the TicketRelDefTicketTypeRow 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 TicketRelDefTicketTypeRow. |