A class that implements validation for binary width of instance attributes.
File: daiBinaryWidthValidationTask.h
Namespace: OdDAI
Creates a new validation task object with default parameters. (Inherited from ValidationTask) | |
Destroys the validation task object. (Inherited from ValidationTask) |
Retrieves additional information about the validation task (like date, author, copyright, version, etc). (Inherited from ValidationTask) | |
retrives vallidation task description | |
Retrieves the description of the validation task. (Inherited from ValidationTask) | |
Stops the validation task. This method is called by the validator object after the validation ends. (Inherited from ValidationTask) | |
Initializes the validation task. This method is called by the validator object before the validation starts. Virtual function which is called by Validator before validation process starts. (Inherited from ValidationTask) | |
Retrieves the current value of the healing flag. When this flag equals to true, the validation task object tries to heal found validation errors (if the object has an appropriated healer class). (Inherited from ValidationTask) | |
Sets a new value of the healing flag. When this flag equals to true, the validation task object tries to heal found validation errors (if the object has an appropriated healer class). Otherwise, this flag equals to false. (Inherited from ValidationTask) | |
Checks whether the instance has attributes of binary with wrong width and forms a list of violated rules. | |
Checks whether attributes of the specified instance meet specified rules and forms a list of attributes that violate any of the rules. (Inherited from InstanceValidationTask) |
A structure that stores references to instances and attributes that didn't pass the validation check and text that contains additional information about validation problems. | |
A structure that stores an array with identifiers of objects which failed the constraints check. | |
A structure that stores an array with information about results of several validation checks. | |
A structure that contains an array of pointers to OdRxObject instances that store information about constraints violation. | |
A structure that encapsulates storing and handling information about attributes that failed the validation check and Where-Rules constraints which these attributes violates. | |
The base structure that stores and handles information about objects that failed the validation check and (or) about constraints that were violated. |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|