Class AppointmentRows.IdxDone
Class representing index 'IDXAppntDone'.
Inheritance
AppointmentRows.IdxDone
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class AppointmentRows.IdxDone : AppointmentRows.AppointmentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDone(DateTime)
Constructor for class AppointmentRows.IdxDone This class represents index 'IDXAppntDone'.
Declaration
public IdxDone(DateTime done)
Parameters
Type | Name | Description |
---|---|---|
DateTime | done |
IdxDone(DateTime, DateTimeSearchType)
Constructor for class AppointmentRows.IdxDone This class represents index 'IDXAppntDone'.
Declaration
public IdxDone(DateTime done, DateTimeSearchType doneSearchType)
Parameters
Type | Name | Description |
---|---|---|
DateTime | done | |
DateTimeSearchType | doneSearchType | How to search for Done |
Properties
Done
date + start time this task was done
Declaration
public DateTime Done { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
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
Methods
UpdateRow(TableRowBase)
Update the AppointmentRow 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 AppointmentRow. |