Class ProjectRows.IdxDone
Class representing index 'IDXProjDone'.
Inheritance
ProjectRows.IdxDone
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectRows.IdxDone : ProjectRows.ProjectRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDone(short)
Constructor for class ProjectRows.IdxDone This class represents index 'IDXProjDone'.
Declaration
public IdxDone(short done)
Parameters
Type | Name | Description |
---|---|---|
short | done |
Properties
Done
Done (0=false, 1=true). Status implies changes in which fields are shown in GUI, as well as which fields can be updated
Declaration
public short Done { get; set; }
Property Value
Type | Description |
---|---|
short |
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 ProjectRow 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 ProjectRow. |