[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CharFormatValidator

CharFormatValidator Class

Represents settings used to check if the text is in a specified format.

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

Constructors

Name Description
CharFormatValidator()

Initializes a new instance of the CharFormatValidator class.

CharFormatValidator(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
Format

Gets or sets the format string used for validation.

Methods

Name Description
Clone(ConditionalObject, FormulaEngine, FormulaEngine)

Creates an exact copy of the CharFormatValidator class.

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 satisfies the condition provided in the context parameter.