ValidationContextExtensions Members
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Extensions for ValidationContext.
The ValidationContextExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
LogError | Add a message to the error window flagged as an error. | |
LogFatal | Add a message to the error window flagged as an error, and alert the user that it might not be possible to read the model if it is saved in this state. | |
LogMessage | Add a message to the error window flagged as an information message. | |
LogViolation | Add a message to the error window flagged as an error. | |
LogWarning | Add a message to the error window flagged as a warning. |
Top