Uiinfrastructure API Docs  
 

IValidator.Validate Method 

Validation method. The Validation method returns a UIError object if the object passed in fails to meet the validation criteria. Otherwise it returns null. Every class the implements IValidator should have a fully implemented Validate method for server side validation.

UIError Validate(
   object _oObject
);

Parameters

_oObject

Return Value

UIError or null

See Also

IValidator Interface | com.plumtree.uiinfrastructure.activityspace Namespace