Class Diff
Inheritance
System.Object
Diff
Assembly: AsaLib.dll
Syntax
public class Diff : object
Constructors
|
Improve this Doc
View Source
Diff(String, Nullable<Object>, Nullable<Object>)
Declaration
public Diff(string FieldIn, object? BeforeIn = null, object? AfterIn = null)
Parameters
| Type |
Name |
Description |
| System.String |
FieldIn |
|
| System.Nullable<System.Object> |
BeforeIn |
|
| System.Nullable<System.Object> |
AfterIn |
|
Properties
|
Improve this Doc
View Source
After
Declaration
public object? After { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Object> |
|
|
Improve this Doc
View Source
Before
Declaration
public object? Before { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Object> |
|
|
Improve this Doc
View Source
Field
Declaration
public string Field { get; }
Property Value
| Type |
Description |
| System.String |
|