Class Clause
Inheritance
System.Object
Clause
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 Clause
Constructors
| Improve this Doc View SourceClause(String, OPERATION)
Declaration
public Clause(string Field, OPERATION Operation)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | Field | |
| OPERATION | Operation |
Properties
| Improve this Doc View SourceData
Declaration
public List<string> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
DictData
Declaration
public List<KeyValuePair<string, string>> DictData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, System.String>> |
Field
Declaration
public string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Label
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Operation
Declaration
public OPERATION Operation { get; set; }
Property Value
| Type | Description |
|---|---|
| OPERATION |