QuickObjects.ObjectBase Send comments on this topic.
CopyValidators Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : CopyValidators Method
instance
CopyValidators - Can be used to copy all the validators for a Field instance to another Field instance. The FieldToValidate properties are automatically updated to reflect the new instance. Note: This does not provide "true" copy, it only moves the references.

Syntax

C# 
public virtual void CopyValidators( 
   BaseField instance
)

Parameters

instance

Requirements

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

See Also