Class TicketRelDefTicketTypeRows.IdxTicketRelationDefIdSourceTicketTypeId
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
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TicketRelDefTicketTypeRows.IdxTicketRelationDefIdSourceTicketTypeId : TicketRelDefTicketTypeRows.TicketRelDefTicketTypeRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTicketRelationDefIdSourceTicketTypeId(int, int)
Constructor for class TicketRelDefTicketTypeRows.IdxTicketRelationDefIdSourceTicketTypeId 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 IdxTicketRelationDefIdSourceTicketTypeId(int ticketRelationDefId, int sourceTicketTypeId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | ticketRelationDefId | |
| int | sourceTicketTypeId |
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
SourceTicketTypeId
Ticket type
Declaration
public int SourceTicketTypeId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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. |