Class BatchTaskRows.IdxState
Class representing index 'IDXBatchTaskState'.
Inheritance
BatchTaskRows.IdxState
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class BatchTaskRows.IdxState : BatchTaskRows.BatchTaskRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxState(int)
Constructor for class BatchTaskRows.IdxState This class represents index 'IDXBatchTaskState'.
Declaration
public IdxState(int state)
Parameters
Type | Name | Description |
---|---|---|
int | state |
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
State
0=Unknown; 1=New; 2=Assigned; 3=Started; 4=Succeeded; 5=Failed
Declaration
public int State { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the BatchTaskRow 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 BatchTaskRow. |