Class CopilotRow.IdxCopilotId
Class representing index 'IDXCopilotId'.
Inheritance
CopilotRow.IdxCopilotId
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public class CopilotRow.IdxCopilotId : CopilotRow.CopilotRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxCopilotId(int)
Constructor for class Copilot.IdxCopilotId This class represents index 'IDXCopilotId'.
Declaration
public IdxCopilotId(int copilotId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | copilotId |
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 CopilotRow 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 CopilotRow. |