Class EjselectionRows.IdxIncludeId
Class representing index 'IDXEjselectionInclude_id'.
Inheritance
IdxBase
IdxBase<EjselectionTableInfo>
EjselectionRow.EjselectionRowIdxBase
EjselectionRows.EjselectionRowsIdx
EjselectionRows.IdxIncludeId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxIncludeId : EjselectionRows.EjselectionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxIncludeId(String)
Constructor for class EjselectionRows.IdxIncludeId This class represents index 'IDXEjselectionInclude_id'.
Declaration
public IdxIncludeId(string includeId)
Parameters
Type | Name | Description |
---|---|---|
String | includeId |
IdxIncludeId(String, StringSearchType)
Constructor for class EjselectionRows.IdxIncludeId This class represents index 'IDXEjselectionInclude_id'.
Declaration
public IdxIncludeId(string includeId, StringSearchType includeIdSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | includeId | |
StringSearchType | includeIdSearchType | How to search for IncludeId |
Properties
IncludeId
A unique name used for refering to selections in scripts, url's etc.
Declaration
public string IncludeId { get; set; }
Property Value
Type | Description |
---|---|
String |
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 EjselectionRow 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 EjselectionRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)