Class ProjectMemberRows.IdxProjectIdRank
Class representing index 'IProj_idRank'.
Inheritance
IdxBase
IdxBase<ProjectMemberTableInfo>
ProjectMemberRow.ProjectMemberRowIdxBase
ProjectMemberRows.ProjectMemberRowsIdx
ProjectMemberRows.IdxProjectIdRank
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxProjectIdRank : ProjectMemberRows.ProjectMemberRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxProjectIdRank(Int32, Int16)
Constructor for class ProjectMemberRows.IdxProjectIdRank This class represents index 'IProj_idRank'.
Declaration
public IdxProjectIdRank(int projectId, short rank)
Parameters
Type | Name | Description |
---|---|---|
Int32 | projectId | |
Int16 | rank |
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
ProjectId
Parent project
Declaration
public int ProjectId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Rank
Rank in list
Declaration
public short Rank { get; set; }
Property Value
Type | Description |
---|---|
Int16 |
Methods
UpdateRow(TableRowBase)
Update the ProjectMemberRow 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 ProjectMemberRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)