Class TicketLogRows.IdxLogWhatValue2
Class representing index 'IDXTicket_logLog_what_value2'.
Inheritance
TicketLogRows.IdxLogWhatValue2
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TicketLogRows.IdxLogWhatValue2 : TicketLogRows.TicketLogRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxLogWhatValue2(int)
Constructor for class TicketLogRows.IdxLogWhatValue2 This class represents index 'IDXTicket_logLog_what_value2'.
Declaration
public IdxLogWhatValue2(int logWhatValue2)
Parameters
Type | Name | Description |
---|---|---|
int | logWhatValue2 |
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
LogWhatValue2
A reference to various tables, depending on the log_code.
Declaration
public int LogWhatValue2 { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the TicketLogRow 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 TicketLogRow. |