C# 클래스 Objectivity.Test.Automation.Common.Types.SavedTimes

SavedTimes class.
파일 보기 프로젝트 열기: ObjectivityBSS/Test.Automation 1 사용 예제들

공개 메소드들

메소드 설명
SavedTimes ( string title )

Initializes a new instance of the SavedTimes class.

SetDuration ( long loadTime ) : void

Sets the duration.

메소드 상세

SavedTimes() 공개 메소드

Initializes a new instance of the SavedTimes class.
public SavedTimes ( string title )
title string The title.

SetDuration() 공개 메소드

Sets the duration.
public SetDuration ( long loadTime ) : void
loadTime long The load time.
리턴 void