[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CompareValueValidator

CompareValueValidator Class

Represents a special CompareValueBaseValidator that validates whether the specified value and the ComparedValue meet the given comparison criteria.

Inheritance
CompareValueValidator
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[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
Remarks

You can subtract the validated value from ComparedValue and compare the result to DifferenceValue.

Constructors

Name Description
CompareValueValidator()

Represents the default empty constructor.

CompareValueValidator(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
ComparedValue

Gets or sets the compared target value.

Methods

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.