Enum ProjectMemberEventParticipantStatus
Enum for project member event participant status from Lyyti. This Enum is used by: projectmember.event_participant_status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.10.0.0")]
public enum ProjectMemberEventParticipantStatus : short
Fields
| Name | Description |
|---|---|
| NoShow | 5: No show |
| NotAnEvent | 0: Not an event |
| NotReacted | 1: Not reacted yet |
| ReactedNo | 2: Declined |
| ReactedYes | 3: Registered |
| Show | 4: Attended |