[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IncludeListValidator

IncludeListValidator Class

Represents a special BaseDataValidator that validates whether the specified value exists in the given Candidates list.

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

Constructors

Name Description
IncludeListValidator()

Represents the default empty constructor.

IncludeListValidator(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
Candidates

Gets or sets a string array that indicates the specified values included in the candidate strings.

Methods

Name Description
Clone(ConditionalObject, FormulaEngine, FormulaEngine)

Creates an exact copy of the current IncludeListValidator.

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 exists in the given Candidates list.