OpenTAP 9.34
API Reference
OpenTap.LimitCondition Class Reference

A condition for a specific limit that must be satisfied for the limit to apply. More...

Inheritance diagram for OpenTap.LimitCondition:
OpenTap.ValidatingObject OpenTap.IValidatingObject

Public Member Functions

override string ToString ()
 Returns a string describing this object.
 
 LimitCondition ()
 Initializes a new instance of the LimitCondition class.
 
- Public Member Functions inherited from OpenTap.ValidatingObject
void OnPropertyChanged (string propertyName)
 Triggers the PropertyChanged event.
 
- Public Member Functions inherited from OpenTap.IValidatingObject

Properties

string ColumnName [get, set]
 The result column name that this condition applies to.
 
double LowerLimit [get, set]
 The lower limit for this condition.
 
double UpperLimit [get, set]
 The upper limit for this condition.
 
- Properties inherited from OpenTap.ValidatingObject
ValidationRuleCollection Rules [get]
 All the validation rules. Add new rules to this in order to get runtime value validation.
 
string Error [get]
 Gets the error messages for each invalid rule and joins them with a newline.
 
- Properties inherited from OpenTap.IValidatingObject

Additional Inherited Members

- Protected Member Functions inherited from OpenTap.ValidatingObject
virtual string GetError (string propertyName=null)
 Return the error for a given property.
 
void ThrowOnValidationError (bool ignoreDisabledProperties)
 Checks all validation rules on this object (Rules) and throws an AggregateException on errors.
 
- Events inherited from OpenTap.ValidatingObject
PropertyChangedEventHandler PropertyChanged
 Standard PropertyChanged event object.
 

Detailed Description

A condition for a specific limit that must be satisfied for the limit to apply.

Member Function Documentation

◆ ToString()

override string OpenTap.LimitCondition.ToString ( )
inline

Returns a string describing this object.

Returns

OpenTAP 9.34 API built Wed Jul 1 2026 09:21:15