Class CopilotDataSourceSettingRow.IdxCopilotDataSourceSettingId
Class representing index 'IDXCopilot_data_source_settin'.
Inheritance
CopilotDataSourceSettingRow.IdxCopilotDataSourceSettingId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class CopilotDataSourceSettingRow.IdxCopilotDataSourceSettingId : CopilotDataSourceSettingRow.CopilotDataSourceSettingRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxCopilotDataSourceSettingId(int)
Constructor for class CopilotDataSourceSetting.IdxCopilotDataSourceSettingId This class represents index 'IDXCopilot_data_source_settingId'.
Declaration
public IdxCopilotDataSourceSettingId(int copilotDataSourceSettingId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | copilotDataSourceSettingId |
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 CopilotDataSourceSettingRow 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 CopilotDataSourceSettingRow. |