[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ValidateActionBase

ValidateActionBase Class

Provides the capability to execute certain actions if a Cell value fails to validate.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public abstract class ValidateActionBase : ICloneable, ISerializable, ISerializeSupport, INamedObject
Public MustInherit Class ValidateActionBase
    Implements ICloneable, ISerializable, ISerializeSupport, INamedObject

Constructors

Name Description
ValidateActionBase()

Represents the default empty constructor.

ValidateActionBase(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
DoActionReason

Gets or sets the reasons that cause the action to execute.

Name

Gets or sets the CellValidateAction name.

Methods

Name Description
Clone()

Creates an exact copy of the current ValidateActionBase.

Deserialize(XmlNodeReader)

Loads the object from XML.

DoAction(ValidateActionContext)

Executes the current using the context.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

OnPropertyChanged(string)

Raises the PropertyChanged event.

Serialize(XmlTextWriter)

Saves the object to XML.

Events

Name Description
PropertyChanged

The PropertyChanged event.