Class SystemScriptRow.IdxSystemScriptId
Class representing index 'IDXSystem_scriptId'.
Inheritance
SystemScriptRow.IdxSystemScriptId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SystemScriptRow.IdxSystemScriptId : SystemScriptRow.SystemScriptRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxSystemScriptId(int)
Constructor for class SystemScript.IdxSystemScriptId This class represents index 'IDXSystem_scriptId'.
Declaration
public IdxSystemScriptId(int systemScriptId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | systemScriptId |
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 SystemScriptRow 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 SystemScriptRow. |