Class HelpRows.IdxScreenId
Class representing index 'IDXHelpScreen_id'.
Inheritance
System.Object
SuperOffice.CRM.Rows.IdxBase
SuperOffice.CRM.Rows.IdxBase<HelpTableInfo>
SuperOffice.CRM.Rows.HelpRow.HelpRowIdxBase
SuperOffice.CRM.Rows.HelpRows.HelpRowsIdx
HelpRows.IdxScreenId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxScreenId : HelpRows.HelpRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxScreenId(Int32)
Constructor for class HelpRows.IdxScreenId This class represents index 'IDXHelpScreen_id'.
Declaration
public IdxScreenId(int screenId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | screenId |
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
ScreenId
The id of the screen, if this page is the description for a screen..
Declaration
public int ScreenId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
UpdateRow(TableRowBase)
Update the HelpRow 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 HelpRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)