[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ValueProcess

ValueProcess Class

Represents a special ValidateActionBase that processes the value when validation fails.

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

Constructors

Name Description
ValueProcess()

Represents a default empty constructor.

ValueProcess(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
DoActionReason

Gets or sets the reasons which can cause a ValidateActionBase to execute.

ValueProcessOption

Gets or sets the ValueProcessOption object.

Methods

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 context.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.

OSZAR »