Class LeadstatusRow.IdxLeadstatusId
Class representing index 'IDXLeadstatusId'.
Inheritance
LeadstatusRow.IdxLeadstatusId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class LeadstatusRow.IdxLeadstatusId : LeadstatusRow.LeadstatusRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxLeadstatusId(int)
Constructor for class Leadstatus.IdxLeadstatusId This class represents index 'IDXLeadstatusId'.
Declaration
public IdxLeadstatusId(int leadstatusId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | leadstatusId |
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 LeadstatusRow 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 LeadstatusRow. |