Class CounterValueRows.IdxProjectIdRecordType
Class representing index 'IProject_idRecord_type'.
Inheritance
CounterValueRows.IdxProjectIdRecordType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class CounterValueRows.IdxProjectIdRecordType : CounterValueRows.CounterValueRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxProjectIdRecordType(int, short)
Constructor for class CounterValueRows.IdxProjectIdRecordType This class represents index 'IProject_idRecord_type'.
Declaration
public IdxProjectIdRecordType(int projectId, short recordType)
Parameters
| Type | Name | Description |
|---|---|---|
| int | projectId | |
| short | recordType |
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
ProjectId
Link to project, 0 if this counter is not for project
Declaration
public int ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
RecordType
Same as task.record_type: 1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo - see EAppntRecordTypes
Declaration
public short RecordType { get; set; }
Property Value
| Type | Description |
|---|---|
| short |
Methods
UpdateRow(TableRowBase)
Update the CounterValueRow 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 CounterValueRow. |