API Reference > OdDAI Namespace > Classes > ValidationTask Class
ValidationTask Class
OdDAI__ValidationTask
Syntax
C++
class ValidationTask : public OdRxObject;

daiValidationTask.h

An abstract class which describes the interface for validation tasks.

Class virtual destructor. 
Class constructor. 
Retrieves some additional information about the validation task (date, author, copyright, version, etc).  
Retrieves the description of validation task.  
Virtual function which is called by Validator after validation process ends.  
Virtual function which is called by Validator before validation process starts.  
Retrieves that class try to heal validation errors (if it has healer class).  
Sets the healing errors after validation.  
The struct which contains an arrays of instances, attributes and some text with validation problems. 
The struct which contains an array of object ids with validation problems. 
The struct which contains an array with information about several validation results. 
The struct which contains an array of pointers to OdRxObject instances with validation problems. 
The struct which contains an arrays of attributes and WR with validation problems. 
The base struct which contains problem classes and some information about validation issues. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.