Class SORFCTRows.IdxFieldType
Class representing index 'IDXSORFCTFieldType'.
Inheritance
IdxBase
IdxBase<SORFCTTableInfo>
SORFCTRow.SORFCTRowIdxBase
SORFCTRows.SORFCTRowsIdx
SORFCTRows.IdxFieldType
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxFieldType : SORFCTRows.SORFCTRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxFieldType(Int16)
Constructor for class SORFCTRows.IdxFieldType This class represents index 'IDXSORFCTFieldType'.
Declaration
public IdxFieldType(short fieldType)
Parameters
Type | Name | Description |
---|---|---|
Int16 | fieldType |
Properties
FieldType
-1=NULL, 0=hidden, 1=Column, 2=Row, 3=Data, 6=pagenr, 7=title, 8=associatename
Declaration
public short FieldType { get; set; }
Property Value
Type | Description |
---|---|
Int16 |
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 SORFCTRow 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 SORFCTRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)