Enum EmIncidentActionCodeSimpleType
A data type that defines the valid actions related to the incident information
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum EmIncidentActionCodeSimpleType
Fields
Name | Description |
---|---|
CloseEnum | Enum CloseEnum for Close |
CreateEnum | Enum CreateEnum for Create |
TransferEnum | Enum TransferEnum for Transfer |
UpdateEnum | Enum UpdateEnum for Update |
ViewEnum | Enum ViewEnum for View |