Class NotifyRows.IdxUser2Id
Class representing index 'IDXNotifyUser2_id'.
Inheritance
NotifyRows.IdxUser2Id
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public sealed class NotifyRows.IdxUser2Id : NotifyRows.NotifyRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxUser2Id(int)
Constructor for class NotifyRows.IdxUser2Id This class represents index 'IDXNotifyUser2_id'.
Declaration
public IdxUser2Id(int user2Id)
Parameters
| Type | Name | Description |
|---|---|---|
| int | user2Id |
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
User2Id
A second user involved in this notification
Declaration
public int User2Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the NotifyRow 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 NotifyRow. |