Class SLinkRows.IdxTicketOwnedBy
Class representing index 'IDXS_linkTicket_owned_by'.
Inheritance
SLinkRows.IdxTicketOwnedBy
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SLinkRows.IdxTicketOwnedBy : SLinkRows.SLinkRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTicketOwnedBy(int)
Constructor for class SLinkRows.IdxTicketOwnedBy This class represents index 'IDXS_linkTicket_owned_by'.
Declaration
public IdxTicketOwnedBy(int ticketOwnedBy)
Parameters
| Type | Name | Description |
|---|---|---|
| int | ticketOwnedBy |
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
TicketOwnedBy
The id of the user who owns the ticket. 1 (system user) if the ticket is unassigned.
Declaration
public int TicketOwnedBy { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the SLinkRow 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 SLinkRow. |