QuickObjects.ObjectBase Send comments on this topic.
ValidationModes Enumeration
See Also  
Akal.QuickObjects.ObjectBase Namespace : ValidationModes Enumeration
ValidationModes are used by the Validate method of the business object and field objects to determine the type of validation needed.

Syntax

C# 
public enum ValidationModes : Enum 

Members

MemberDescription
Save Save - This validation mode ensures that only the fields that have their UseInSave values set to true are validated.
Search Search - This validation mode ensures that only the fields that have their UseInSearch values set to true are validated.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Akal.QuickObjects.ObjectBase.ValidationModes

Requirements

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

See Also