Class PersonInterestRows.IdxStartDate
Class representing index 'IDXPintrStartDate'.
Inheritance
PersonInterestRows.IdxStartDate
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class PersonInterestRows.IdxStartDate : PersonInterestRows.PersonInterestRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxStartDate(DateTime)
Constructor for class PersonInterestRows.IdxStartDate This class represents index 'IDXPintrStartDate'.
Declaration
public IdxStartDate(DateTime startDate)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | startDate |
IdxStartDate(DateTime, DateTimeSearchType)
Constructor for class PersonInterestRows.IdxStartDate This class represents index 'IDXPintrStartDate'.
Declaration
public IdxStartDate(DateTime startDate, DateTimeSearchType startDateSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | startDate | |
| DateTimeSearchType | startDateSearchType | How to search for StartDate |
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
StartDate
Start date for this interest - no GUI
Declaration
public DateTime StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Methods
UpdateRow(TableRowBase)
Update the PersonInterestRow 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 PersonInterestRow. |