Class EjselectionRows.IdxIncludeId
Class representing index 'IDXEjselectionInclude_id'.
Inheritance
EjselectionRows.IdxIncludeId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class EjselectionRows.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. |