Class UDSaleSmallRow.IdxUdsalesmallId
Class representing index 'IDXUdSaleSmallId'.
Inheritance
UDSaleSmallRow.IdxUdsalesmallId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class UDSaleSmallRow.IdxUdsalesmallId : UDSaleSmallRow.UDSaleSmallRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxUdsalesmallId(int)
Constructor for class UDSaleSmall.IdxUdsalesmallId This class represents index 'IDXUdSaleSmallId'.
Declaration
public IdxUdsalesmallId(int udsalesmallId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | udsalesmallId |
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 UDSaleSmallRow 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 UDSaleSmallRow. |