Class AreaUserAssignmentRow.IdxAreauserassignmentId
Class representing index 'IDXAusraId'.
Inheritance
AreaUserAssignmentRow.IdxAreauserassignmentId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class AreaUserAssignmentRow.IdxAreauserassignmentId : AreaUserAssignmentRow.AreaUserAssignmentRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxAreauserassignmentId(int)
Constructor for class AreaUserAssignment.IdxAreauserassignmentId This class represents index 'IDXAusraId'.
Declaration
public IdxAreauserassignmentId(int areauserassignmentId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | areauserassignmentId |
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 AreaUserAssignmentRow 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 AreaUserAssignmentRow. |