[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CompareStringValidator

CompareStringValidator Class

Represents a special CompareStringValidator that validates that the specified value matches the compared string using the CompareStringValidatorOperator.

Inheritance
CompareStringValidator
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[ToolboxBitmap(typeof(FpSpread), "CompareStringValidator.png")]
[TypeConverter(typeof(CompareStringValidator.CompareStringValidatorTypeConverter))]
public class CompareStringValidator : BaseDataValidator, ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "CompareStringValidator.png")>
<TypeConverter(GetType(CompareStringValidator.CompareStringValidatorTypeConverter))>
Public Class CompareStringValidator
    Inherits BaseDataValidator
    Implements ICloneable, ISerializable, IDeserializationCallback, ISerializeSupport, INamedObject

Constructors

Name Description
CompareStringValidator()

Represents the default empty constructor.

CompareStringValidator(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
ComparedOperator

Gets or sets the compared operator.

ComparedString

Gets or sets the compared string.

ComparisonType

Gets or sets the culture, case, and sort rules to be used in the comparison.

Methods

Name Description
Clone(ConditionalObject, FormulaEngine, FormulaEngine)

Creates an exact copy of the current BaseDataValidator.

Deserialize(XmlNodeReader)

Loads the object from XML.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.

Validate(ValidateActionContext)

Validates whether the specified value and compared value satisfy the given comparison relationship.