Class TravelTransactionLogRows.IdxTtime
Class representing index 'IDXTrlogTime'.
Inheritance
System.Object
SuperOffice.CRM.Rows.IdxBase
SuperOffice.CRM.Rows.IdxBase<TravelTransactionLogTableInfo>
SuperOffice.CRM.Rows.TravelTransactionLogRow.TravelTransactionLogRowIdxBase
SuperOffice.CRM.Rows.TravelTransactionLogRows.TravelTransactionLogRowsIdx
TravelTransactionLogRows.IdxTtime
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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 |
---|---|---|
System.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 |
---|---|---|
System.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 |
---|---|
System.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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)