Class PersonRows.IdxContactIdRank
Class representing index 'ICont_idRank'.
Inheritance
System.Object
SuperOffice.CRM.Rows.IdxBase
SuperOffice.CRM.Rows.IdxBase<PersonTableInfo>
SuperOffice.CRM.Rows.PersonRow.PersonRowIdxBase
SuperOffice.CRM.Rows.PersonRows.PersonRowsIdx
PersonRows.IdxContactIdRank
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxContactIdRank : PersonRows.PersonRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxContactIdRank(Int32, Int16)
Constructor for class PersonRows.IdxContactIdRank This class represents index 'ICont_idRank'.
Declaration
public IdxContactIdRank(int contactId, short rank)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | contactId | |
System.Int16 | rank |
Properties
ContactId
Owning contact ID
Declaration
public int ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.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
Rank
Display sort sequence for default sort order
Declaration
public short Rank { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Methods
UpdateRow(TableRowBase)
Update the PersonRow 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 PersonRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
System.ICloneable
Extension Methods
EnumUtil.MapEnums<From, To>(From)