Class TicketRelationRows.IdxSourceTicketId
Class representing index 'IDXTicket_relationSource_tick'.
Inheritance
TicketRelationRows.IdxSourceTicketId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TicketRelationRows.IdxSourceTicketId : TicketRelationRows.TicketRelationRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSourceTicketId(int)
Constructor for class TicketRelationRows.IdxSourceTicketId This class represents index 'IDXTicket_relationSource_ticket_id'.
Declaration
public IdxSourceTicketId(int sourceTicketId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | sourceTicketId |
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
SourceTicketId
Source ticket in this relation
Declaration
public int SourceTicketId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the TicketRelationRow 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 TicketRelationRow. |