[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EncodingValidator

EncodingValidator Class

Represents a special EncodingValidator that validates the text based on the specified encoding.

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

Constructors

Name Description
EncodingValidator()

Represents the default empty constructor.

EncodingValidator(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
Encoding

Gets or sets the encoding.

EncodingCodePage

Gets or sets the encoding code page.

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 satisfies the given condition by the context.