Class DataRunListModel
Inheritance
System.Object
DataRunListModel
Assembly: AsaLib.dll
Syntax
public class DataRunListModel : object
Properties
|
Improve this Doc
View Source
MonitorRuns
Declaration
public IEnumerable<DataRunModel>? MonitorRuns { get; set; }
Property Value
|
Improve this Doc
View Source
Runs
Declaration
public IEnumerable<DataRunModel>? Runs { get; set; }
Property Value
|
Improve this Doc
View Source
SelectedBaseRunId
Declaration
public string? SelectedBaseRunId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SelectedCompareRunId
Declaration
public string? SelectedCompareRunId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
SelectedMonitorRunId
Declaration
public string? SelectedMonitorRunId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|