Enum MessageType
Represents the type of a message.
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public enum MessageType
Fields
| Name | Description |
|---|---|
| Error | An error. |
| Message | An informational message. |
| Warning | A warning. |