Show / Hide Table of Contents

Class DataRunModel

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

Constructors

| Improve this Doc View Source

DataRunModel(String, String)

Declaration
public DataRunModel(string KeyIn, string TextIn)
Parameters
Type Name Description
System.String KeyIn
System.String TextIn

Properties

| Improve this Doc View Source

Key

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

Text

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