Class SaleStakeholderRow.IdxSaleStakeholderId
Class representing index 'IDXSaleStakeholderId'.
Inheritance
SaleStakeholderRow.IdxSaleStakeholderId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SaleStakeholderRow.IdxSaleStakeholderId : SaleStakeholderRow.SaleStakeholderRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxSaleStakeholderId(int)
Constructor for class SaleStakeholder.IdxSaleStakeholderId This class represents index 'IDXSaleStakeholderId'.
Declaration
public IdxSaleStakeholderId(int saleStakeholderId)
Parameters
Type | Name | Description |
---|---|---|
int | saleStakeholderId |
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 SaleStakeholderRow 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 SaleStakeholderRow. |