Class TravelTransactionLogRows.IdxTtime
Class representing index 'IDXTrlogTime'.
Inheritance
TravelTransactionLogRows.IdxTtime
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TravelTransactionLogRows.IdxTtime : TravelTransactionLogRows.TravelTransactionLogRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTtime(DateTime)
Constructor for class TravelTransactionLogRows.IdxTtime This class represents index 'IDXTrlogTime'.
Declaration
public IdxTtime(DateTime ttime)
Parameters
Type | Name | Description |
---|---|---|
DateTime | ttime |
IdxTtime(DateTime, DateTimeSearchType)
Constructor for class TravelTransactionLogRows.IdxTtime This class represents index 'IDXTrlogTime'.
Declaration
public IdxTtime(DateTime ttime, DateTimeSearchType ttimeSearchType)
Parameters
Type | Name | Description |
---|---|---|
DateTime | ttime | |
DateTimeSearchType | ttimeSearchType | How to search for Ttime |
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
Ttime
Time/datestamp of event
Declaration
public DateTime Ttime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Methods
UpdateRow(TableRowBase)
Update the TravelTransactionLogRow 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 TravelTransactionLogRow. |