Class TabOrderRows.IdxAssociateIdTabName
Class representing index 'IAssociateIdTabName'.
Inheritance
IdxBase
IdxBase<TabOrderTableInfo>
TabOrderRow.TabOrderRowIdxBase
TabOrderRows.TabOrderRowsIdx
TabOrderRows.IdxAssociateIdTabName
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxAssociateIdTabName : TabOrderRows.TabOrderRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxAssociateIdTabName(Int32, String)
Constructor for class TabOrderRows.IdxAssociateIdTabName This class represents index 'IAssociateIdTabName'.
Declaration
public IdxAssociateIdTabName(int associateId, string tabName)
Parameters
Type | Name | Description |
---|---|---|
Int32 | associateId | |
String | tabName |
IdxAssociateIdTabName(Int32, 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 |
---|---|---|
Int32 | 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 |
---|---|
Int32 |
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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)