Class CompanyRow.IdxCompanyId
Class representing index 'IDXCompId'.
Inheritance
CompanyRow.IdxCompanyId
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public class CompanyRow.IdxCompanyId : CompanyRow.CompanyRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxCompanyId(int)
Constructor for class Company.IdxCompanyId This class represents index 'IDXCompId'.
Declaration
public IdxCompanyId(int companyId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | companyId |
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
Methods
UpdateRow(TableRowBase)
Update the CompanyRow 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 CompanyRow. |