Show / Hide Table of Contents

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 Source

Clause(String, OPERATION)

Declaration
public Clause(string Field, OPERATION Operation)
Parameters
Type Name Description
System.String Field
OPERATION Operation

Properties

| Improve this Doc View Source

Data

Declaration
public List<string> Data { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

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>>
| Improve this Doc View Source

Field

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

Label

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

Operation

Declaration
public OPERATION Operation { get; set; }
Property Value
Type Description
OPERATION
  • Improve this Doc
  • View Source
Back to top Generated by DocFX