'Declaration
Public Function New( _ ByVal scType As SingleConditionType, _ ByVal value As IComparable _ )
'Usage
Dim scType As SingleConditionType Dim value As IComparable Dim instance As New DataValidationSingleCondition(scType, value)
public DataValidationSingleCondition( SingleConditionType scType, IComparable value )
Parameters
- scType
- The SingleConditionType that will be used by the DataValidationSingleCondition.
- value
- The value used for the validation process.