C# 클래스 StatLight.Client.Harness.Hosts.MSTest.UnitTestProviders.MSTest.Priority

A simple wrapper for a priority integer value that overrides the ToString method.
상속: IPriority
파일 보기 프로젝트 열기: staxmanade/StatLight

공개 메소드들

메소드 설명
Priority ( int priority ) : System.Globalization

Initializes a new instance of the Priority class.

ToString ( ) : string

Gets the priority as string.

메소드 상세

Priority() 공개 메소드

Initializes a new instance of the Priority class.
public Priority ( int priority ) : System.Globalization
priority int The priority.
리턴 System.Globalization

ToString() 공개 메소드

Gets the priority as string.
public ToString ( ) : string
리턴 string