Class InvoiceRows.IdxCompanyId
Class representing index 'IDXInvoiceCompany_id'.
Inheritance
InvoiceRows.IdxCompanyId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class InvoiceRows.IdxCompanyId : InvoiceRows.InvoiceRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxCompanyId(int)
Constructor for class InvoiceRows.IdxCompanyId This class represents index 'IDXInvoiceCompany_id'.
Declaration
public IdxCompanyId(int companyId)
Parameters
Type | Name | Description |
---|---|---|
int | companyId |
Properties
CompanyId
The reference to the company entry this entry is connected to. NULL or -1 if not connected.
Declaration
public int CompanyId { get; set; }
Property Value
Type | Description |
---|---|
int |
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 InvoiceRow 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 InvoiceRow. |