[This is preliminary documentation and is subject to change.]
The ICodeProcessor type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | MessageCodeToString |
Returns string representation of message code which is output by this processor
|
Properties
Name | Description | |
---|---|---|
![]() | Context |
Returns context that this processor operates under
|
![]() | Language |
References language that this entity supports
|
![]() | Messages |
References message list that processor emitts messages into.
May be null, in which case errors are always thrown because they can not get logged into message list
|
![]() | ThrowErrors |
When true, throws an exception on the first error even when MessageList is set.
When MessageList is not set any error is always thrown regardless of this parameter
|
See Also