[]
Performs validation using the current settings of the PostValidation object. Returns true if vaidation was successful.
public bool Validate(object value, ErrorInfo errorInfo)
Public Function Validate(value As Object, errorInfo As ErrorInfo) As Boolean
| Type | Name | Description |
|---|---|---|
| object | value | The value to validate. |
| ErrorInfo | errorInfo | Error information filled in case of failure. |
| Type | Description |
|---|---|
| bool |