Class ConfigurableScreenDeltaRows.IdxRecipeId
Class representing index 'IDXConfigurableScreenDeltaRec'.
Inheritance
IdxBase
IdxBase<ConfigurableScreenDeltaTableInfo>
ConfigurableScreenDeltaRow.ConfigurableScreenDeltaRowIdxBase
ConfigurableScreenDeltaRows.ConfigurableScreenDeltaRowsIdx
ConfigurableScreenDeltaRows.IdxRecipeId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxRecipeId : ConfigurableScreenDeltaRows.ConfigurableScreenDeltaRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxRecipeId(String)
Constructor for class ConfigurableScreenDeltaRows.IdxRecipeId This class represents index 'IDXConfigurableScreenDeltaRecipeId'.
Declaration
public IdxRecipeId(string recipeId)
Parameters
Type | Name | Description |
---|---|---|
String | recipeId |
IdxRecipeId(String, StringSearchType)
Constructor for class ConfigurableScreenDeltaRows.IdxRecipeId This class represents index 'IDXConfigurableScreenDeltaRecipeId'.
Declaration
public IdxRecipeId(string recipeId, StringSearchType recipeIdSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | recipeId | |
StringSearchType | recipeIdSearchType | How to search for RecipeId |
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
RecipeId
The recipe in scil where this delta will be merged
Declaration
public string RecipeId { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
UpdateRow(TableRowBase)
Update the ConfigurableScreenDeltaRow 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 ConfigurableScreenDeltaRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)