VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.QualityTests Namespace / QualityTestPassFailParameter Class
Constructors Properties Methods Operators SeeAlso
In This Topic
    QualityTestPassFailParameter Class Members
    In This Topic
    The following tables list the members exposed by QualityTestPassFailParameter.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the QualityTestPassFailParameter class.
    Public Properties
     NameDescription
    Public PropertyGets an alphabetic grade of GradeValue. (Inherited from QualityTestAssessmentParameter)
    Public PropertyGets the grade text (grade value and alphabetic grade combination). (Inherited from QualityTestAssessmentParameter)
    Public PropertyGets a grade of parameter value. (Inherited from QualityTestAssessmentParameter)
    Public PropertyGets a value indicating whether this parameter has grade value GradeValue. (Inherited from QualityTestAssessmentParameter)
    Public PropertyGets a value indicating whether this parameter has Value. (Inherited from QualityTestAssessmentParameter)
    Public PropertyGets a value indicating that parameter is passed (true) or not passed (false).
    Public PropertyGets the parameter value. (Inherited from QualityTestAssessmentParameter)
    Public PropertyGets the value text.
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns the alphabetic quality grade that corresponds to the specified quality grade. (Inherited from QualityTestAssessmentParameter)
    Public MethodConverts to a string. (Inherited from QualityTestAssessmentParameter)
    Public Operators
     NameDescription
    Public OperatorOverloaded. Performs an implicit conversion from to the grade value, if grade is available, or value ().
    See Also