ValidationErrorCollection.Assert
public bool Assert(bool condition, string message, string fieldName)
Parameters
condition
If true the Validation Error is added.
message
The Error Message for this error.
fieldName
Optional fieldName that can be linked in UI
