OpenTAP 9.25
API Reference
|
Structure used by PackageRepositories setting More...
Properties | |
string | Url [getset] |
URL to the server | |
bool | IsEnabled [getset] |
If disabled this server will not be contacted when discovering available plugins. | |
IPackageRepository | Manager [get] |
Get a cached instance of IPackageRepository that can query the repository that this RepositorySettingEntry represents. More... | |
bool | IsBusy [getset] |
Obsolete. Always false. | |
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 | |
ValidationRuleCollection | Rules [get] |
A collection of all the currently defined validation rules. Add new rules here in order to get runtime value validation. | |
Additional Inherited Members | |
Public Member Functions inherited from OpenTap.ValidatingObject | |
void | OnPropertyChanged (string propertyName) |
Triggers the PropertyChanged event. More... | |
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. More... | |
Events inherited from OpenTap.ValidatingObject | |
PropertyChangedEventHandler | PropertyChanged |
Standard PropertyChanged event object. | |
Structure used by PackageRepositories setting
|
get |
Get a cached instance of IPackageRepository that can query the repository that this RepositorySettingEntry represents.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:25