[]
        
Represents a special ValidateActionBase that processes the value when validation fails.
[ToolboxBitmap(typeof(FpSpread), "ValueProcess.png")]
[TypeConverter(typeof(ValueProcess._a))]
public class ValueProcess : ValidateActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject<ToolboxBitmap(GetType(FpSpread), "ValueProcess.png")>
<TypeConverter(GetType(ValueProcess._a))>
Public Class ValueProcess
    Inherits ValidateActionBase
    Implements ICloneable, ISerializable, ISerializeSupport, INamedObject| Name | Description | 
|---|---|
| ValueProcess() | Represents a default empty constructor. | 
| ValueProcess(SerializationInfo, StreamingContext) | Initializes a new instance of this class. | 
| Name | Description | 
|---|---|
| DoActionReason | Gets or sets the reasons which can cause a ValidateActionBase to execute. | 
| ValueProcessOption | Gets or sets the ValueProcessOption object. | 
| Name | Description | 
|---|---|
| Clone() | Creates an exact copy of the current ValueProcess. | 
| Deserialize(XmlNodeReader) | Loads the object from XML. | 
| DoAction(ValidateActionContext) | Executes the current ValidateActionBase using the  | 
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. | 
| Serialize(XmlTextWriter) | Saves the object to XML. |