Class CounterValueRows.IdxContactIdRecordType
Class representing index 'IContact_idRecord_type'.
Inheritance
IdxBase
IdxBase<CounterValueTableInfo>
CounterValueRow.CounterValueRowIdxBase
CounterValueRows.CounterValueRowsIdx
CounterValueRows.IdxContactIdRecordType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxContactIdRecordType : CounterValueRows.CounterValueRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxContactIdRecordType(Int32, Int16)
Constructor for class CounterValueRows.IdxContactIdRecordType This class represents index 'IContact_idRecord_type'.
Declaration
public IdxContactIdRecordType(int contactId, short recordType)
Parameters
Type | Name | Description |
---|---|---|
Int32 | contactId | |
Int16 | recordType |
Properties
ContactId
Link to contact, 0 if this counter is not for contacts
Declaration
public int ContactId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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
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 |
---|---|
Int16 |
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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)