Class AutosaveRows.IdxIndexId
Class representing index 'IDXAutosaveIndex_id'.
Inheritance
AutosaveRows.IdxIndexId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class AutosaveRows.IdxIndexId : AutosaveRows.AutosaveRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxIndexId(int)
Constructor for class AutosaveRows.IdxIndexId This class represents index 'IDXAutosaveIndex_id'.
Declaration
public IdxIndexId(int indexId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | indexId |
Properties
IndexId
Index id of element that's autosaved
Declaration
public int IndexId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
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 AutosaveRow 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 AutosaveRow. |