QuickObjects.ObjectBase Send comments on this topic.
Add Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class : Add Method
baseFieldValidator
BaseFieldValidator to add to the collection.
Adds a baseFieldValidator to the collection.

Syntax

C# 
public int Add( 
   BaseFieldValidator baseFieldValidator
)

Parameters

baseFieldValidator
BaseFieldValidator to add to the collection.

Return Value

Index at which the BaseFieldValidator was added.

Requirements

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

See Also