Class WorkflowStepOptionRows.IdxKeyId
Class representing index 'IDXWorkflow_step_optionKey_id'.
Inheritance
WorkflowStepOptionRows.IdxKeyId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class WorkflowStepOptionRows.IdxKeyId : WorkflowStepOptionRows.WorkflowStepOptionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxKeyId(int)
Constructor for class WorkflowStepOptionRows.IdxKeyId This class represents index 'IDXWorkflow_step_optionKey_id'.
Declaration
public IdxKeyId(int keyId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | keyId |
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
KeyId
References the object this option is based on (project, selection, link...) given by SplitOptionType on a SplitStep
Declaration
public int KeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the WorkflowStepOptionRow 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 WorkflowStepOptionRow. |