Class ContactInterestRows.IdxStartDate
Class representing index 'IDXCintrStartDate'.
Inheritance
IdxBase
IdxBase<ContactInterestTableInfo>
ContactInterestRow.ContactInterestRowIdxBase
ContactInterestRows.ContactInterestRowsIdx
ContactInterestRows.IdxStartDate
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxStartDate : ContactInterestRows.ContactInterestRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxStartDate(DateTime)
Constructor for class ContactInterestRows.IdxStartDate This class represents index 'IDXCintrStartDate'.
Declaration
public IdxStartDate(DateTime startDate)
Parameters
Type | Name | Description |
---|---|---|
DateTime | startDate |
IdxStartDate(DateTime, DateTimeSearchType)
Constructor for class ContactInterestRows.IdxStartDate This class represents index 'IDXCintrStartDate'.
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 ContactInterestRow 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 ContactInterestRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)