[]
Provides the capability to execute certain actions if a Cell value fails to validate.
public abstract class ValidateActionBase : ICloneable, ISerializable, ISerializeSupport, INamedObject
Public MustInherit Class ValidateActionBase
Implements ICloneable, ISerializable, ISerializeSupport, INamedObject
Name | Description |
---|---|
ValidateActionBase() | Represents the default empty constructor. |
ValidateActionBase(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
Name | Description |
---|---|
DoActionReason | Gets or sets the reasons that cause the action to execute. |
Name | Gets or sets the CellValidateAction name. |
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 |
GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
OnPropertyChanged(string) | Raises the PropertyChanged event. |
Serialize(XmlTextWriter) | Saves the object to XML. |
Name | Description |
---|---|
PropertyChanged | The PropertyChanged event. |