ValidateLib
Loading...
Searching...
No Matches
ValidateLib.Results Namespace Reference

Classes

interface  IResult
 Represents validation result. More...
 
interface  ITableGroupValidationDetail
 Contains details about a validation process. More...
 
interface  ITableValidationDetail
 Represents validation details about one of the tables in the table group. More...
 
class  Result
 
class  ResultCreator
 Creates result from the validation details. More...
 
class  ResultUtility
 
class  TableGroupValidationResultDetails
 
class  TableValidationResultDetails
 Represent additional Table validation details like how many rows have been processed.... More...
 

Enumerations

enum  ValidationResultType { VALID , WARNING , ERROR }
 Contains possible outputs from validation. More...
 

Enumeration Type Documentation

◆ ValidationResultType

Contains possible outputs from validation.

Enumerator
VALID 
WARNING 
ERROR