Class ProjectMember
Namespace: SuperOffice.WebApi.DataAssembly: SuperOffice.WebApi.dll Carrier object for ProjectMember. A person can be a member of multiple projects, with a different comment and member type in each project.
Inheritance
object ← Carrier ← ProjectMemberInherited Members
Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()Examples
Get ProjectMember 123 using the WebApi client:var configuration = new WebApiConfiguration(url);
var agent = new ProjectAgent(configuration);
var projectMember = agent.GetProjectMember( 123 );
Remarks
Use“ProjectMember”
Constructors
ProjectMember()
Default constructor - defaults any enum props to 0.Properties
Comment
Comment text on the project membershipProperty Value
stringContactDepartment
Contact departmentProperty Value
stringContactId
Contact ID of person who is the project memberProperty Value
intContactName
Contact nameProperty Value
stringCountryId
CountryProperty Value
intEmailAddress
The e-mail addressProperty Value
stringEmailAddressName
The e-mail address descriptionProperty Value
stringEmailId
The person’s email address idProperty Value
intEventParticipantStatus
Reserved field for Lyyti event participants. NULL if unknown enum value.Property Value
ProjectMemberEventParticipantStatus?See Also
ProjectMember.EventParticipantStatus_StringEventParticipantStatus_String
Reserved field for Lyyti event participants. Raw string enum value.Property Value
stringSee Also
ProjectMember.EventParticipantStatusFirstname
First nameProperty Value
stringFullName
The person’s full name localized to the current culture/country. (internal name used in clients for employees)Property Value
stringLastname
Last nameProperty Value
stringMiddleName
Middle name or ‘van’ etc.Property Value
stringMrmrs
e.g. Mrs, Dr, Ms.Property Value
stringPersonId
The person’s id - primary keyProperty Value
intPhone
Phone numberProperty Value
stringPhoneId
The phone idProperty Value
intProjectId
Parent project - the project this project member belongs to.Property Value
intProjectMemberTypeId
ProjectMember Type Id - from the ProjectMemberType list.Use MDO List name “PMembType” to get list items.