C# Class VersionOne.ServiceHost.TestServices.TestRun

Mostrar archivo Open project: versionone/VersionOne.Integration.HPALM Class Usage Examples

Public Properties

Property Type Description
Stamp System.DateTime
TestRef string

Public Methods

Method Description
TestRun ( System.DateTime stamp, string testref ) : System
ToString ( ) : string

Method Details

TestRun() public method

public TestRun ( System.DateTime stamp, string testref ) : System
stamp System.DateTime
testref string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Stamp public_oe property

public DateTime,System Stamp
return System.DateTime

TestRef public_oe property

public string TestRef
return string