Show / Hide Table of Contents

Class AsaRun

Inheritance
System.Object
AsaRun
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 AsaRun

Constructors

| Improve this Doc View Source

AsaRun(String, DateTime, String, PLATFORM, List<RESULT_TYPE>, RUN_TYPE)

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
System.DateTime Timestamp
System.String Version
PLATFORM Platform
System.Collections.Generic.List<RESULT_TYPE> ResultTypes
RUN_TYPE Type

Properties

| Improve this Doc View Source

Platform

Declaration
public PLATFORM Platform { get; set; }
Property Value
Type Description
PLATFORM
| Improve this Doc View Source

ResultTypes

Declaration
public List<RESULT_TYPE> ResultTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RESULT_TYPE>
| 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
System.DateTime
| Improve this Doc View Source

Type

Declaration
public RUN_TYPE Type { get; set; }
Property Value
Type Description
RUN_TYPE
| Improve this Doc View Source

Version

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