Show / Hide Table of Contents

Class WriteObject

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

Constructors

| Improve this Doc View Source

WriteObject(CollectObject, String)

Declaration
public WriteObject(CollectObject ColObjIn, string RunIdIn)
Parameters
Type Name Description
CollectObject ColObjIn
System.String RunIdIn

Properties

| Improve this Doc View Source

ColObj

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

Identity

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

RowKey

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

RunId

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

Serialized

Declaration
public string Serialized { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

FromString(String, RESULT_TYPE, String)

Declaration
public static WriteObject FromString(string SerializedIn, RESULT_TYPE ResultTypeIn, string RunIdIn)
Parameters
Type Name Description
System.String SerializedIn
RESULT_TYPE ResultTypeIn
System.String RunIdIn
Returns
Type Description
WriteObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX