C# Class Objectivity.Test.Automation.Common.Types.SavedTimes

SavedTimes class.
Mostra file Open project: ObjectivityBSS/Test.Automation Class Usage Examples

Public Methods

Method Description
SavedTimes ( string title )

Initializes a new instance of the SavedTimes class.

SetDuration ( long loadTime ) : void

Sets the duration.

Method Details

SavedTimes() public method

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

SetDuration() public method

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