Show / Hide Table of Contents

Class Diff

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

Constructors

| Improve this Doc View Source

Diff(String, Object, Object)

Declaration
public Diff(string FieldIn, object BeforeIn = null, object AfterIn = null)
Parameters
Type Name Description
System.String FieldIn
System.Object BeforeIn
System.Object AfterIn

Properties

| Improve this Doc View Source

After

Declaration
public object After { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Before

Declaration
public object Before { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Field

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