Class DiffCompletedEventArgs
Additional information for difference completed events.
Inheritance
System.Object
DiffCompletedEventArgs
Namespace: FhirCodeGenBlazor.Models
Assembly: FhirCodeGenBlazor.dll
Syntax
public class DiffCompletedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceDiffCompletedEventArgs(String, String, DiffResults)
Initializes a new instance of the Diff
Declaration
public DiffCompletedEventArgs(string packageKeyA, string packageKeyB, DiffResults results)
Parameters
Type | Name | Description |
---|---|---|
System. |
packageKeyA | The package key a. |
System. |
packageKeyB | The package key b. |
Diff |
results | The results. |
Properties
| Improve this Doc View SourcePackageKeyA
Gets or sets the package key a.
Declaration
public string PackageKeyA { get; set; }
Property Value
Type | Description |
---|---|
System. |
PackageKeyB
Gets or sets the package key b.
Declaration
public string PackageKeyB { get; set; }
Property Value
Type | Description |
---|---|
System. |
Results
Gets or sets the difference results.
Declaration
public DiffResults Results { get; set; }
Property Value
Type | Description |
---|---|
Diff |