Class AppointmentPrivate
Value for field 'private' in table 'appointment'. This Enum is used by: appointment.private
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class AppointmentPrivate : Enum
Fields
PrivateGroup
2: This appointment can only be read by members of the owners group
Declaration
public const AppointmentPrivate PrivateGroup
Field Value
Type | Description |
---|---|
AppointmentPrivate |
PrivateUser
1: This appointment can only be read/seen by the owner
Declaration
public const AppointmentPrivate PrivateUser
Field Value
Type | Description |
---|---|
AppointmentPrivate |
Public
0: This appointment can be read by anyone
Declaration
public const AppointmentPrivate Public
Field Value
Type | Description |
---|---|
AppointmentPrivate |
value__
Value for field 'private' in table 'appointment'. This Enum is used by: appointment.private
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)