Class UDAppntSmallRows.IdxLong02
Class representing index 'IDXUdAppntSmallLong02'.
Inheritance
IdxBase
IdxBase<UDAppntSmallTableInfo>
UDAppntSmallRow.UDAppntSmallRowIdxBase
UDAppntSmallRows.UDAppntSmallRowsIdx
UDAppntSmallRows.IdxLong02
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxLong02 : UDAppntSmallRows.UDAppntSmallRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxLong02(Int32)
Constructor for class UDAppntSmallRows.IdxLong02 This class represents index 'IDXUdAppntSmallLong02'.
Declaration
public IdxLong02(int long02)
Parameters
Type | Name | Description |
---|---|---|
Int32 | long02 |
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
Long02
long value 2, indexed
Declaration
public int Long02 { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
UpdateRow(TableRowBase)
Update the UDAppntSmallRow 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 UDAppntSmallRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)