Click or drag to resize

ModelCheckerMessageType Enumeration

Identifies the type of a message sent as a result of a model check.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum ModelCheckerMessageType
Members
  Member nameValueDescription
Error0 An error indicates that the model is not valid.
Warning1 A warning indicates a potential problem in the model.
Message2 Just a notification.
Hidden3 An technical/internal message not intended for the user.
See Also