Class DBC.ProjectMemberFields
Fields for ProjectMember, Project members. Link-table between person and project
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ProjectMemberFields : Object
Fields
ContactId
ProjectMember.ContactId: Contact ID of person who is the project member (slight denormalization)
Declaration
public const string ContactId = "contact_id"
Field Value
Type | Description |
---|---|
String |
MtypeIdx
ProjectMember.MtypeIdx: Member type link
Declaration
public const string MtypeIdx = "mtype_idx"
Field Value
Type | Description |
---|---|
String |
PersonId
ProjectMember.PersonId: Person ID of person who is the project member
Declaration
public const string PersonId = "person_id"
Field Value
Type | Description |
---|---|
String |
ProjectId
ProjectMember.ProjectId: Parent project
Declaration
public const string ProjectId = "project_id"
Field Value
Type | Description |
---|---|
String |
ProjectmemberId
ProjectMember.ProjectmemberId: Primary key
Declaration
public const string ProjectmemberId = "projectmember_id"
Field Value
Type | Description |
---|---|
String |
Rank
ProjectMember.Rank: Rank in list
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
ProjectMember.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
ProjectMember.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
TextId
ProjectMember.TextId: Optional comment
Declaration
public const string TextId = "text_id"
Field Value
Type | Description |
---|---|
String |
Updated
ProjectMember.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
ProjectMember.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
ProjectMember.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |