Show / Hide Table of Contents

Class DataRunListModel

Inheritance
System.Object
DataRunListModel
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class DataRunListModel : object

Properties

| Improve this Doc View Source

MonitorRuns

Declaration
public IEnumerable<DataRunModel>? MonitorRuns { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<DataRunModel>>
| Improve this Doc View Source

Runs

Declaration
public IEnumerable<DataRunModel>? Runs { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<DataRunModel>>
| 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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX