Class ParticipantType
The type of the appointment's participant
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class ParticipantType : Enum
Fields
Associate
1 = Participant is an associate
Declaration
public const ParticipantType Associate
Field Value
Type | Description |
---|---|
ParticipantType |
Person
2 = Participant is a person, but not an associate
Declaration
public const ParticipantType Person
Field Value
Type | Description |
---|---|
ParticipantType |
Resource
3 = Participant is a resource (special type of associate)
Declaration
public const ParticipantType Resource
Field Value
Type | Description |
---|---|
ParticipantType |
Unknown
Unknown - used when initializing
Declaration
public const ParticipantType Unknown
Field Value
Type | Description |
---|---|
ParticipantType |
value__
The type of the appointment's participant
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)