C# Класс Microsoft.Protocol.TestSuites.ConfigPropNames

The defined property names in PTFConfig
Показать файл Открыть проект

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

Метод Описание
GetCombinedPropName ( string space, string name ) : string

This method is used to combine property namespace and name.

GetEnvironmentPropName ( string name ) : string

This method is used to retrieve environment related names.

GetTestingPropName ( string name ) : string

This method is used to retrieve testing related names.

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

GetCombinedPropName() публичный Метод

This method is used to combine property namespace and name.
public GetCombinedPropName ( string space, string name ) : string
space string The namespace of the property name.
name string The property name.
Результат string

GetEnvironmentPropName() публичный Метод

This method is used to retrieve environment related names.
public GetEnvironmentPropName ( string name ) : string
name string The property name.
Результат string

GetTestingPropName() публичный Метод

This method is used to retrieve testing related names.
public GetTestingPropName ( string name ) : string
name string The property name.
Результат string