Class ProjectCollection.ProjectCollectionIdx
Base class for the index facades.
Inheritance
ProjectCollection.ProjectCollectionIdx
Implements
Inherited Members
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class ProjectCollectionIdx : Project.ProjectIdxBase, ISentryIgnorable
Constructors
ProjectCollectionIdx(ProjectRows.ProjectRowsIdx)
Constructor for the index facades.
Declaration
protected ProjectCollectionIdx(ProjectRows.ProjectRowsIdx idx)
Parameters
Type | Name | Description |
---|---|---|
ProjectRows.ProjectRowsIdx | idx | Index for the ProjectRows object |
Properties
IsDistinct
Flag indicating that the Select-command is DISTINCT.
Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ToProjectCollection()
Operator retrieving an object assignable to ProjectCollection based upon the index.
Declaration
public ProjectCollection ToProjectCollection()
Returns
Type | Description |
---|---|
ProjectCollection | Instance of an object assignable to ProjectCollection based upon the value of the index. |
Operators
Implicit(ProjectCollection.ProjectCollectionIdx to ProjectCollection)
Operator retrieving an object assignable to ProjectCollection based upon the index.
Declaration
public static implicit operator ProjectCollection(ProjectCollection.ProjectCollectionIdx idx)
Parameters
Type | Name | Description |
---|---|---|
ProjectCollection.ProjectCollectionIdx | idx | The index the ProjectCollection represents |
Returns
Type | Description |
---|---|
ProjectCollection | Instance of an object assignable to ProjectCollection based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)