[]
Represents a special CompareStringValidator that validates that the specified value matches the compared string using the CompareStringValidatorOperator.
[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
Name | Description |
---|---|
CompareStringValidator() | Represents the default empty constructor. |
CompareStringValidator(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
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. |
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. |