Adds a validation error if the condition is true. Otherwise no item is added.
public bool Assert(bool Condition, string Message)
Return Value
value of condition
Parameters
Condition
If true the Validation Error is added.
Message
The Error Message for this error.
Overloads:
public bool Assert(bool Condition, string Message, string FieldName, string ID)
public bool Assert(bool Condition, string Message, string FieldName)
public bool Assert(bool Condition, ValidationError Error)
See also:
Class ValidationErrorCollection© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic