Class SystemEventScope
Value for field 'scope' in table 'systemevent'.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class SystemEventScope : Enum
Fields
Database
2: Value valid for this database
Declaration
public const SystemEventScope Database
Field Value
Type | Description |
---|---|
SystemEventScope |
Group
3: Value valid for this group
Declaration
public const SystemEventScope Group
Field Value
Type | Description |
---|---|
SystemEventScope |
SystemWide
1: Value valid for all databases under this licence
Declaration
public const SystemEventScope SystemWide
Field Value
Type | Description |
---|---|
SystemEventScope |
Undefined
0: Undefined value (error)
Declaration
public const SystemEventScope Undefined
Field Value
Type | Description |
---|---|
SystemEventScope |
User
4: Value valid for this user
Declaration
public const SystemEventScope User
Field Value
Type | Description |
---|---|
SystemEventScope |
value__
Value for field 'scope' in table 'systemevent'.
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)