Show / Hide Table of Contents

Class ProjectMemberCollection.IdxContactId

Class representing index 'IDXPmembContact_id'.

Inheritance
object
EntityIdxBase
EntityIdxBase<ProjectMemberTableInfo, ProjectMemberRow.ProjectMemberRowIdxBase>
ProjectMember.ProjectMemberIdxBase
ProjectMemberCollection.ProjectMemberCollectionIdx
ProjectMemberCollection.ProjectMemberCollectionIdx<ProjectMemberRows.IdxContactId>
ProjectMemberCollection.IdxContactId
Implements
ISentryIgnorable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ProjectMemberCollection.IdxContactId : ProjectMemberCollection.ProjectMemberCollectionIdx<ProjectMemberRows.IdxContactId>, ISentryIgnorable

Constructors

IdxContactId(int)

Constructor for class ProjectMemberCollection.IdxContactId This class represents index 'IDXPmembContact_id'.

Declaration
public IdxContactId(int contactId)
Parameters
Type Name Description
int contactId

Contact ID of person who is the project member (slight denormalization)

Properties

ContactId

Contact ID of person who is the project member (slight denormalization)

Declaration
public int ContactId { get; set; }
Property Value
Type Description
int

Implements

ISentryIgnorable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top