Class PersonRows.IdxLeadstatusId
Class representing index 'IDXPersLeadstatus_id'.
Inheritance
PersonRows.IdxLeadstatusId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class PersonRows.IdxLeadstatusId : PersonRows.PersonRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxLeadstatusId(int)
Constructor for class PersonRows.IdxLeadstatusId This class represents index 'IDXPersLeadstatus_id'.
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
LeadstatusId
Refinement of categories of lead type. Empty if the category is not a lead type. If this person has a contact, the leadstatus is from the contact and not editable on the person
Declaration
public int LeadstatusId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the PersonRow 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 PersonRow. |