Class ProjectMemberCollection.ProjectMemberCollectionIdx<TIdx>
Inheritance
System.Object
ProjectMemberCollection.ProjectMemberCollectionIdx<TIdx>
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<TIdx> : ProjectMemberCollection.ProjectMemberCollectionIdx, ISentryIgnorable where TIdx : ProjectMemberRows.ProjectMemberRowsIdx
Type Parameters
Name | Description |
---|---|
TIdx |
Constructors
ProjectMemberCollectionIdx(TIdx)
Constructor for the index facades.
Declaration
protected ProjectMemberCollectionIdx(TIdx idx)
Parameters
Type | Name | Description |
---|---|---|
TIdx | idx | Index for the ProjectMemberRows object |
Properties
RowIdx
Declaration
public TIdx RowIdx { get; }
Property Value
Type | Description |
---|---|
TIdx |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)