Class BoardViewSettingsRows.IdxSelectionId
Class representing index 'ISelection_idAssociate_idEnti'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
BoardViewSettingsRows.IdxSelectionId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class BoardViewSettingsRows.IdxSelectionId : BoardViewSettingsRows.BoardViewSettingsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSelectionId(int)
Constructor for class BoardViewSettingsRows.IdxSelectionId This class represents index 'ISelection_idAssociate_idEntity_type'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxSelectionId(int selectionId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | selectionId |
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
SelectionId
The selection this board view settings belongs to
Declaration
public int SelectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the BoardViewSettingsRow 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 BoardViewSettingsRow. |