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 SourceWriteObject(CollectObject, String)
Declaration
public WriteObject(CollectObject ColObjIn, string RunIdIn)
Parameters
| Type | Name | Description |
|---|---|---|
| CollectObject | ColObjIn | |
| System.String | RunIdIn |
Properties
| Improve this Doc View SourceColObj
Declaration
public CollectObject ColObj { get; }
Property Value
| Type | Description |
|---|---|
| CollectObject |
Identity
Declaration
public string Identity { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RowKey
Declaration
public string RowKey { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
RunId
Declaration
public string RunId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Serialized
Declaration
public string Serialized { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
| Improve this Doc View SourceFromString(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 |