Class ProjectMemberCollection.IdxProjectIdRank
Class representing index 'IProj_idRank'.
Inheritance
ProjectMemberCollection.IdxProjectIdRank
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectMemberCollection.IdxProjectIdRank : ProjectMemberCollection.ProjectMemberCollectionIdx<ProjectMemberRows.IdxProjectIdRank>, ISentryIgnorable
Constructors
IdxProjectIdRank(int, short)
Constructor for class ProjectMemberCollection.IdxProjectIdRank This class represents index 'IProj_idRank'.
Declaration
public IdxProjectIdRank(int projectId, short rank)
Parameters
| Type | Name | Description |
|---|---|---|
| int | projectId | Parent project |
| short | rank | Rank in list |
Properties
ProjectId
Parent project
Declaration
public int ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Rank
Rank in list
Declaration
public short Rank { get; set; }
Property Value
| Type | Description |
|---|---|
| short |