C# Class Microsoft.Protocol.TestSuites.ConfigPropNames

The defined property names in PTFConfig
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Méthode Description
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.

Method Details

GetCombinedPropName() public méthode

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.
Résultat string

GetEnvironmentPropName() public méthode

This method is used to retrieve environment related names.
public GetEnvironmentPropName ( string name ) : string
name string The property name.
Résultat string

GetTestingPropName() public méthode

This method is used to retrieve testing related names.
public GetTestingPropName ( string name ) : string
name string The property name.
Résultat string