Show / Hide Table of Contents

Class DataRunListModel

Inheritance
System.Object
DataRunListModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer.Objects
Assembly: AsaLib.dll
Syntax
public class DataRunListModel

Properties

| Improve this Doc View Source

MonitorRuns

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

Runs

Declaration
public IEnumerable<DataRunModel> Runs { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<DataRunModel>
| Improve this Doc View Source

SelectedBaseRunId

Declaration
public string SelectedBaseRunId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SelectedCompareRunId

Declaration
public string SelectedCompareRunId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SelectedMonitorRunId

Declaration
public string SelectedMonitorRunId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX