OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
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.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. More...
 

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.24 API built Tue Apr 30 2024 13:44:42