Class TabOrderRows.IdxAssociateIdTabName
Class representing index 'IAssociateIdTabName'.
Inheritance
TabOrderRows.IdxAssociateIdTabName
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class TabOrderRows.IdxAssociateIdTabName : TabOrderRows.TabOrderRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxAssociateIdTabName(int, string)
Constructor for class TabOrderRows.IdxAssociateIdTabName This class represents index 'IAssociateIdTabName'.
Declaration
public IdxAssociateIdTabName(int associateId, string tabName)
Parameters
| Type | Name | Description |
|---|---|---|
| int | associateId | |
| string | tabName |
IdxAssociateIdTabName(int, string, StringSearchType)
Constructor for class TabOrderRows.IdxAssociateIdTabName This class represents index 'IAssociateIdTabName'.
Declaration
public IdxAssociateIdTabName(int associateId, string tabName, StringSearchType tabNameSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| int | associateId | |
| string | tabName | |
| StringSearchType | tabNameSearchType | How to search for TabName |
Properties
AssociateId
Associate who owns this tab order
Declaration
public int AssociateId { 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
TabName
Name of tab control
Declaration
public string TabName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the TabOrderRow 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 TabOrderRow. |