Class LogEvent
Log events This Enum is used by: target_revision.log_event
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class LogEvent : Enum
Fields
Create
1: Create
Declaration
public const LogEvent Create
Field Value
Type | Description |
---|---|
LogEvent |
Delete
3: Delete
Declaration
public const LogEvent Delete
Field Value
Type | Description |
---|---|
LogEvent |
Edit
2: Edit
Declaration
public const LogEvent Edit
Field Value
Type | Description |
---|---|
LogEvent |
Lock
4: Lock
Declaration
public const LogEvent Lock
Field Value
Type | Description |
---|---|
LogEvent |
None
0: None
Declaration
public const LogEvent None
Field Value
Type | Description |
---|---|
LogEvent |
Unlock
5: Unlock
Declaration
public const LogEvent Unlock
Field Value
Type | Description |
---|---|
LogEvent |
value__
Log events This Enum is used by: target_revision.log_event
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)