Class AsaRun
Inheritance
System.Object
AsaRun
Assembly: AsaLib.dll
Syntax
public class AsaRun : object
Constructors
|
Improve this Doc
View Source
Declaration
public AsaRun(string RunId, DateTime Timestamp, string Version, PLATFORM Platform, List<RESULT_TYPE> ResultTypes, RUN_TYPE Type)
Parameters
| Type |
Name |
Description |
| System.String |
RunId |
|
| DateTime |
Timestamp |
|
| System.String |
Version |
|
| PLATFORM |
Platform |
|
| List<RESULT_TYPE> |
ResultTypes |
|
| RUN_TYPE |
Type |
|
Properties
|
Improve this Doc
View Source
Declaration
public PLATFORM Platform { get; set; }
Property Value
|
Improve this Doc
View Source
ResultTypes
Declaration
public List<RESULT_TYPE> ResultTypes { get; set; }
Property Value
|
Improve this Doc
View Source
RunId
Declaration
public string RunId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
| Type |
Description |
| DateTime |
|
|
Improve this Doc
View Source
Type
Declaration
public RUN_TYPE Type { get; set; }
Property Value
|
Improve this Doc
View Source
Version
Declaration
public string Version { get; set; }
Property Value
| Type |
Description |
| System.String |
|