See Also

ConstructorClass Class  | ConstructorClass Members

Language

Visual Basic

C#

JScript

Show All

Recurse
See AlsoLanguages ObjectFactory_FW1 Send Feedback on this Topic

_Validate Method

Validates that this Object is correctly populated with data.
This Function can be Overriden in Exposed Objects (generated class code)

[Visual Basic]
Public Function _Validate( _    Optional ByVal Recurse As Boolean _ ) As Boolean
[C#]
public bool _Validate(    bool Recurse );
[JScript]
public function _Validate(    Recurse : boolean ) : boolean;

Parameters

Recurse

Remarks

Returns TRUE if Object is Valid otherwise False.
Ensure that the Base _Validate is always called to ensure Inherited Objects are Validated correctly.
Clears all Object Errors before executing Function.

See Also

ConstructorClass Class  | ConstructorClass Members

 

 


©2006 i3 Design Limited. All rights reserved.