C# 클래스 Microsoft.Protocol.TestSuites.ConfigPropNames

The defined property names in PTFConfig
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 메소드들

메소드 설명
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