'Declaration
<PureAttribute()> Public Overridable Function Validate( _ ByVal errors As MessageCollection _ ) As MessageType
[Pure()] public virtual MessageType Validate( MessageCollection errors )
[Pure()] public: virtual MessageType Validate( MessageCollection^ errors )
Parameters
- errors
- Collection of messages to add validation errors to. Can be null if you don't need the messages, though why validate if you don't?
Return Value
A ArcanaDevelopment.adTempus.Shared.MessageType value indicating the highest severity error encountered during validation. If no problems were found, the result is ArcanaDevelopment.adTempus.Shared.MessageType.Informational and no messages are added to errors.