QuickObjects.ObjectBase Send comments on this topic.
RangeFieldValidator Class
See Also  Members  
Akal.QuickObjects.ObjectBase Namespace : RangeFieldValidator Class
RangeFieldValidator will provide the field validation where a Field value must be within a certain range.

Object Model




























Syntax

C# 
[SerializableAttribute()]
public class RangeFieldValidator : BaseFieldValidator, IFieldValidator  

Inheritance Hierarchy

System.Object
   Akal.QuickObjects.ObjectBase.BaseFieldValidator
      Akal.QuickObjects.ObjectBase.RangeFieldValidator

Requirements

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

See Also