Class CompatVerifier
Inherited Members
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 CompatVerifier : Verifier
Constructors
CompatVerifier()
Declaration
public CompatVerifier()
Properties
GroupType
Declaration
public override VerifierGroupType GroupType { get; }
Property Value
Type | Description |
---|---|
VerifierGroupType |
Overrides
Name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
TableName
Declaration
public override string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
Verify(NameValueCollection)
Declaration
public override VerifyTestResult[] Verify(NameValueCollection appState)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Specialized.NameValueCollection | appState |
Returns
Type | Description |
---|---|
VerifyTestResult[] |