C# Класс Microsoft.Protocols.TestSuites.Rdp.PtfPropUtility

A helper class to get specified type of PTF properties.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetBoolPtfProperty ( ITestSite testSite, string propName, bool &propBoolValue ) : bool

Get a string type PTF property.

GetIntPtfProperty ( ITestSite testSite, string propName, int &propIntValue ) : bool

Get a string type PTF property.

GetStringPtfProperty ( ITestSite testSite, string propName, string &propStrValue ) : bool

Get a string type PTF property.

GetUIntPtfProperty ( ITestSite testSite, string propName, uint &propIntValue ) : bool

Get a string type PTF property.

Описание методов

GetBoolPtfProperty() публичный статический Метод

Get a string type PTF property.
public static GetBoolPtfProperty ( ITestSite testSite, string propName, bool &propBoolValue ) : bool
testSite ITestSite The test site where to get from.
propName string The property name.
propBoolValue bool
Результат bool

GetIntPtfProperty() публичный статический Метод

Get a string type PTF property.
public static GetIntPtfProperty ( ITestSite testSite, string propName, int &propIntValue ) : bool
testSite ITestSite The test site where to get from.
propName string The property name.
propIntValue int
Результат bool

GetStringPtfProperty() публичный статический Метод

Get a string type PTF property.
public static GetStringPtfProperty ( ITestSite testSite, string propName, string &propStrValue ) : bool
testSite ITestSite The test site where to get from.
propName string The property name.
propStrValue string The output property value.
Результат bool

GetUIntPtfProperty() публичный статический Метод

Get a string type PTF property.
public static GetUIntPtfProperty ( ITestSite testSite, string propName, uint &propIntValue ) : bool
testSite ITestSite The test site where to get from.
propName string The property name.
propIntValue uint
Результат bool