Class InvoiceEntryRows.IdxDateInvoiced
Class representing index 'IDXInvoice_entryDate_invoiced'.
Inheritance
InvoiceEntryRows.IdxDateInvoiced
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class InvoiceEntryRows.IdxDateInvoiced : InvoiceEntryRows.InvoiceEntryRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDateInvoiced(DateTime)
Constructor for class InvoiceEntryRows.IdxDateInvoiced This class represents index 'IDXInvoice_entryDate_invoiced'.
Declaration
public IdxDateInvoiced(DateTime dateInvoiced)
Parameters
Type | Name | Description |
---|---|---|
DateTime | dateInvoiced |
IdxDateInvoiced(DateTime, DateTimeSearchType)
Constructor for class InvoiceEntryRows.IdxDateInvoiced This class represents index 'IDXInvoice_entryDate_invoiced'.
Declaration
public IdxDateInvoiced(DateTime dateInvoiced, DateTimeSearchType dateInvoicedSearchType)
Parameters
Type | Name | Description |
---|---|---|
DateTime | dateInvoiced | |
DateTimeSearchType | dateInvoicedSearchType | How to search for DateInvoiced |
Properties
DateInvoiced
The date for the invoice entry
Declaration
public DateTime DateInvoiced { 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 InvoiceEntryRow 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 InvoiceEntryRow. |