Class SaintConfigurationRow.IdxSaintConfigurationId
Class representing index 'IDXSaintConfigurationId'.
Inheritance
SaintConfigurationRow.IdxSaintConfigurationId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SaintConfigurationRow.IdxSaintConfigurationId : SaintConfigurationRow.SaintConfigurationRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxSaintConfigurationId(int)
Constructor for class SaintConfiguration.IdxSaintConfigurationId This class represents index 'IDXSaintConfigurationId'.
Declaration
public IdxSaintConfigurationId(int saintConfigurationId)
Parameters
Type | Name | Description |
---|---|---|
int | saintConfigurationId |
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 SaintConfigurationRow 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 SaintConfigurationRow. |