Class UserPreferenceRows.IdxDeflevel
Class representing index 'IDXUserPrefDeflevel'.
Inheritance
UserPreferenceRows.IdxDeflevel
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class UserPreferenceRows.IdxDeflevel : UserPreferenceRows.UserPreferenceRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDeflevel(PreferenceLevel)
Constructor for class UserPreferenceRows.IdxDeflevel This class represents index 'IDXUserPrefDeflevel'.
Declaration
public IdxDeflevel(PreferenceLevel deflevel)
Parameters
| Type | Name | Description |
|---|---|---|
| PreferenceLevel | deflevel |
Properties
Deflevel
The level: 0=hard default, 1=systemwide, 2=database, 3=group, 4=individual
Declaration
public PreferenceLevel Deflevel { get; set; }
Property Value
| Type | Description |
|---|---|
| PreferenceLevel |
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 UserPreferenceRow 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 UserPreferenceRow. |