OpenTAP 9.34
API Reference
OpenTap.IValidatingObject Interface Reference

Provides the functionality to validate an element when the property changes. More...

Inheritance diagram for OpenTap.IValidatingObject:
OpenTap.ITestStep OpenTap.ValidatingObject OpenTap.IFormatName OpenTap.ILoopStep OpenTap.TestStep OpenTap.ComponentSettings< AuthenticationSettings > OpenTap.ComponentSettings< DerivedType > OpenTap.ComponentSettings< EngineSettings > OpenTap.ComponentSettings< PackageManagerSettings > OpenTap.ComponentSettings< T > OpenTap.Connection OpenTap.Limit OpenTap.LimitCondition OpenTap.Package.RepositorySettingEntry OpenTap.Resource OpenTap.RfConnection.CableLossPoint OpenTap.TestStep

Public Member Functions

void OnPropertyChanged (string propertyName)
 Triggers the PropertyChanged event.
 

Properties

ValidationRuleCollection Rules [get]
 A collection of all the currently defined validation rules. Add new rules here in order to get runtime value validation.
 

Detailed Description

Provides the functionality to validate an element when the property changes.

Member Function Documentation

◆ OnPropertyChanged()

void OpenTap.IValidatingObject.OnPropertyChanged ( string propertyName)

Triggers the PropertyChanged event.

Parameters
propertyNameString name of which property has been changed.

Implemented in OpenTap.ValidatingObject.

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