Class VerifyEndEventArgs
Inheritance
System.Object
System.EventArgs
VerifyEndEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.DataVerifier.Core
Assembly: FChoice.Foundation.Clarify.DataVerifier.Core.dll
Syntax
public class VerifyEndEventArgs : EventArgs
Properties
ErrorsPresent
Declaration
public bool ErrorsPresent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Results
Declaration
public VerifyTestResult[] Results { get; }
Property Value
Type | Description |
---|---|
VerifyTestResult[] |
WarningsPresent
Declaration
public bool WarningsPresent { get; }
Property Value
Type | Description |
---|---|
System.Boolean |