Class UDefFieldRows.IdxOwnerTableId
Class representing index 'IDXUDefFieldOwnerTable_id'.
Inheritance
UDefFieldRows.IdxOwnerTableId
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public sealed class UDefFieldRows.IdxOwnerTableId : UDefFieldRows.UDefFieldRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxOwnerTableId(short)
Constructor for class UDefFieldRows.IdxOwnerTableId This class represents index 'IDXUDefFieldOwnerTable_id'.
Declaration
public IdxOwnerTableId(short ownerTableId)
Parameters
| Type | Name | Description |
|---|---|---|
| short | ownerTableId |
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
OwnerTableId
ID of owning table (contact, person, project) - this is not the actual tableNumber, rather it's an enum
Declaration
public short OwnerTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| short |
Methods
UpdateRow(TableRowBase)
Update the UDefFieldRow 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 UDefFieldRow. |