Class Project.ProjectIdx
Base class for the index facades.
Inheritance
Project.ProjectIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class ProjectIdx : Project.ProjectIdxBase, ISentryIgnorable
Constructors
ProjectIdx(ProjectRow.ProjectRowIdx)
Constructor for the index facades.
Declaration
protected ProjectIdx(ProjectRow.ProjectRowIdx idx)
Parameters
Type | Name | Description |
---|---|---|
ProjectRow.ProjectRowIdx | idx | Index for the ProjectRow object |
Methods
ToProject()
Operator retrieving an object assignable to Project based upon the index.
Declaration
public Project ToProject()
Returns
Type | Description |
---|---|
Project | Instance of an object assignable to Project based upon the value of the index. |
Operators
Implicit(Project.ProjectIdx to Project)
Operator retrieving an object assignable to Project based upon the index.
Declaration
public static implicit operator Project(Project.ProjectIdx idx)
Parameters
Type | Name | Description |
---|---|---|
Project.ProjectIdx | idx | The index the Project represents |
Returns
Type | Description |
---|---|
Project | Instance of an object assignable to Project based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)