IMessage
The message and all information necessary to translate the message
Level The level of the message (Error, Warning) |
ResourceId The ResourceId of the message needs to match the "resourceid" attribute in the resource file (e.g. isauthor.en.xml) |
ResouceLib The base name of the resource library file. For example "isauthor" to reference the resource file "isauthor.en.xml". |
Number The number of the error. The negative number is expected. To avoid conflicts, we suggest you to use numbers below -500000 for the custom error numbers. |
Description The text of the message |
Parameters The list with IMessageParam objects containing the parameters of the message. |