Class TicketRelDefTicketTypeRow.IdxTicketRelationDefIdSourceTicketTypeIdDestinationTicketTypeId
Class representing index 'ITicket_relation_def_idSource'.
Inheritance
TicketRelDefTicketTypeRow.IdxTicketRelationDefIdSourceTicketTypeIdDestinationTicketTypeId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class TicketRelDefTicketTypeRow.IdxTicketRelationDefIdSourceTicketTypeIdDestinationTicketTypeId : TicketRelDefTicketTypeRow.TicketRelDefTicketTypeRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxTicketRelationDefIdSourceTicketTypeIdDestinationTicketTypeId(int, int, int)
Constructor for class TicketRelDefTicketType.IdxTicketRelationDefIdSourceTicketTypeIdDestinationTicketTypeId This class represents index 'ITicket_relation_def_idSource_ticket_type_idDestination_ticket_type_id'.
Declaration
public IdxTicketRelationDefIdSourceTicketTypeIdDestinationTicketTypeId(int ticketRelationDefId, int sourceTicketTypeId, int destinationTicketTypeId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | ticketRelationDefId | |
| int | sourceTicketTypeId | |
| int | destinationTicketTypeId |
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 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. |