Class EjscriptRows.IdxIncludeId
Class representing index 'IDXEjscriptInclude_id'.
Inheritance
IdxBase
IdxBase<EjscriptTableInfo>
EjscriptRow.EjscriptRowIdxBase
EjscriptRows.EjscriptRowsIdx
EjscriptRows.IdxIncludeId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxIncludeId : EjscriptRows.EjscriptRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxIncludeId(String)
Constructor for class EjscriptRows.IdxIncludeId This class represents index 'IDXEjscriptInclude_id'.
Declaration
public IdxIncludeId(string includeId)
Parameters
Type | Name | Description |
---|---|---|
String | includeId |
IdxIncludeId(String, StringSearchType)
Constructor for class EjscriptRows.IdxIncludeId This class represents index 'IDXEjscriptInclude_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 including this script in another
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 EjscriptRow 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 EjscriptRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)