Uiinfrastructure API Docs  
 

PositiveIntValidator.Validate Method 

Return a UIError object if the object passed in is not a positive int.

public virtual UIError Validate(
   object _oObject
);

Implements

IValidator.Validate

See Also

PositiveIntValidator Class | com.plumtree.uiinfrastructure.validators Namespace