Class AppointmentMatrix.OwnershipIndex
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class OwnershipIndex : Enum
Fields
None
There are no ownership to the matrix.
Declaration
public const AppointmentMatrix.OwnershipIndex None
Field Value
Type | Description |
---|---|
AppointmentMatrix.OwnershipIndex |
Owner
The currently logged in user is a
Declaration
public const AppointmentMatrix.OwnershipIndex Owner
Field Value
Type | Description |
---|---|
AppointmentMatrix.OwnershipIndex |
OwnerSecretary
The currently logged in user is a secretary and is working on an appointment or a booking as the booking owner. The currently logged in user may or may not be a participant.
Declaration
public const AppointmentMatrix.OwnershipIndex OwnerSecretary
Field Value
Type | Description |
---|---|
AppointmentMatrix.OwnershipIndex |
Participant
The currently logged in user is a participant.
Declaration
public const AppointmentMatrix.OwnershipIndex Participant
Field Value
Type | Description |
---|---|
AppointmentMatrix.OwnershipIndex |
ParticipantSecretary
The currently logged in user is a secretary working on a participant record.
Declaration
public const AppointmentMatrix.OwnershipIndex ParticipantSecretary
Field Value
Type | Description |
---|---|
AppointmentMatrix.OwnershipIndex |
Unknown
It is not possible to determine
Declaration
public const AppointmentMatrix.OwnershipIndex Unknown
Field Value
Type | Description |
---|---|
AppointmentMatrix.OwnershipIndex |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)