Enum JsonEventType
- Namespace
- Alis.Core.Aspect.Data.Json
- Assembly
- Alis.dll
Defines a type of JSON event.
public enum JsonEventType
Fields
Unspecified = 0
-
An unspecified type of event.
WriteValue = 1
-
The write value event type.
BeforeWriteObject = 2
-
The before write object event type.
AfterWriteObject = 3
-
The after write object event type.
WriteNamedValueObject = 4
-
The write named value object event type.
CreateInstance = 5
-
The create instance event type.
MapEntry = 6
-
The map entry event type.
ApplyEntry = 7
-
The apply entry event type.
GetListObject = 8
-
The get list object event type.