QuickObjects.ObjectBase Send comments on this topic.
IsValid Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : IsValid Property
Validates each field and returns true if all fields are valid and false if any field's validation fails. NOTE: Calling IsValid method will put all the errors from all the failing validators into the ErrorString property and each error message will be seperated by a line break.

Syntax

C# 
public virtual bool IsValid {get;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also