Class AddressRow.IdxOwnerIdAtypeIdx
Class representing index 'IOwner_idType_idx'.
Inheritance
AddressRow.IdxOwnerIdAtypeIdx
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class IdxOwnerIdAtypeIdx : AddressRow.AddressRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxOwnerIdAtypeIdx(Int32, AddressType)
Constructor for class Address.IdxOwnerIdAtypeIdx This class represents index 'IOwner_idType_idx'.
Declaration
public IdxOwnerIdAtypeIdx(int ownerId, AddressType atypeIdx)
Parameters
Type | Name | Description |
---|---|---|
Int32 | ownerId | |
AddressType | atypeIdx |
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
Methods
UpdateRow(TableRowBase)
Update the AddressRow 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 AddressRow. |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)