C# Class Microsoft.Protocol.TestSuites.ConfigPropNames

The defined property names in PTFConfig
Show file Open project: Microsoft/WindowsProtocolTestSuites

Public Methods

Method 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 method

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.
return string

GetEnvironmentPropName() public method

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

GetTestingPropName() public method

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