Click or drag to resize

CallFlowNodeFactory Class

Acts as a factory/configuration for CallFlowNode objects.
Inheritance Hierarchy

Namespace:  CallFlowFramework
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public abstract class CallFlowNodeFactory

The CallFlowNodeFactory type exposes the following members.

Constructors
  NameDescription
Public methodCallFlowNodeFactory
Default constructor - sets defaults.
Public methodCallFlowNodeFactory(XElement)
Called by the deserializer.
Top
Properties
  NameDescription
Public propertyTimeout
Gets or sets the timeout for the node.
Top
Methods
  NameDescription
Public methodCreate
The factory logic - to be implemented by the inheritor.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSerialize
Returns a single XElement that contains the serialized image of the object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also