Class InboxRows.IdxImported
Class representing index 'IDXInboxImported'.
Inheritance
InboxRows.IdxImported
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class InboxRows.IdxImported : InboxRows.InboxRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxImported(DateTime)
Constructor for class InboxRows.IdxImported This class represents index 'IDXInboxImported'.
Declaration
public IdxImported(DateTime imported)
Parameters
Type | Name | Description |
---|---|---|
DateTime | imported |
IdxImported(DateTime, DateTimeSearchType)
Constructor for class InboxRows.IdxImported This class represents index 'IDXInboxImported'.
Declaration
public IdxImported(DateTime imported, DateTimeSearchType importedSearchType)
Parameters
Type | Name | Description |
---|---|---|
DateTime | imported | |
DateTimeSearchType | importedSearchType | How to search for Imported |
Properties
Imported
When the mail was imported
Declaration
public DateTime Imported { 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 InboxRow 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 InboxRow. |