[]
Represents a special CompareValueBaseValidator that validates whether the specified value and the ComparedValue meet the given comparison criteria.
[ToolboxBitmap(typeof(FpSpread), "CompareValueValidator.png")]
[TypeConverter(typeof(CompareValueValidator._a))]
public class CompareValueValidator : CompareValueBaseValidator, ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "CompareValueValidator.png")>
<TypeConverter(GetType(CompareValueValidator._a))>
Public Class CompareValueValidator
Inherits CompareValueBaseValidator
Implements ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
You can subtract the validated value from ComparedValue and compare the result to DifferenceValue.
Name | Description |
---|---|
CompareValueValidator() | Represents the default empty constructor. |
CompareValueValidator(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
ComparedValue | Gets or sets the compared target value. |
Name | Description |
---|---|
Clone(ConditionalObject, FormulaEngine, FormulaEngine) | Creates an exact copy of the current CompareValueValidator. |
Deserialize(XmlNodeReader) | Loads the object from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
Serialize(XmlTextWriter) | Saves the object to XML. |