Class ProjectMemberCollection.ProjectMemberCollectionIdx
Base class for the index facades.
Inheritance
System.Object
ProjectMemberCollection.ProjectMemberCollectionIdx
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public abstract class ProjectMemberCollectionIdx : ProjectMember.ProjectMemberIdxBase, ISentryIgnorable
Constructors
ProjectMemberCollectionIdx(ProjectMemberRows.ProjectMemberRowsIdx)
Constructor for the index facades.
Declaration
protected ProjectMemberCollectionIdx(ProjectMemberRows.ProjectMemberRowsIdx idx)
Parameters
Type | Name | Description |
---|---|---|
ProjectMemberRows.ProjectMemberRowsIdx | idx | Index for the ProjectMemberRows object |
Properties
IsDistinct
Flag indicating that the Select-command is DISTINCT.
Declaration
public virtual bool IsDistinct { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
ToProjectMemberCollection()
Operator retrieving an object assignable to ProjectMemberCollection based upon the index.
Declaration
public ProjectMemberCollection ToProjectMemberCollection()
Returns
Type | Description |
---|---|
ProjectMemberCollection | Instance of an object assignable to ProjectMemberCollection based upon the value of the index. |
Operators
Implicit(ProjectMemberCollection.ProjectMemberCollectionIdx to ProjectMemberCollection)
Operator retrieving an object assignable to ProjectMemberCollection based upon the index.
Declaration
public static implicit operator ProjectMemberCollection(ProjectMemberCollection.ProjectMemberCollectionIdx idx)
Parameters
Type | Name | Description |
---|---|---|
ProjectMemberCollection.ProjectMemberCollectionIdx | idx | The index the ProjectMemberCollection represents |
Returns
Type | Description |
---|---|
ProjectMemberCollection | Instance of an object assignable to ProjectMemberCollection based upon the value of the index. |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)