Class LandingPageRow.IdxAssociateIdEntityTableNumber
Class representing index 'IAssociate_idEntity_table_num'.
Inheritance
LandingPageRow.IdxAssociateIdEntityTableNumber
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class LandingPageRow.IdxAssociateIdEntityTableNumber : LandingPageRow.LandingPageRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxAssociateIdEntityTableNumber(int, short)
Constructor for class LandingPage.IdxAssociateIdEntityTableNumber This class represents index 'IAssociate_idEntity_table_number'.
Declaration
public IdxAssociateIdEntityTableNumber(int associateId, short entityTableNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| int | associateId | |
| short | entityTableNumber |
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 LandingPageRow 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 LandingPageRow. |