Class WorkflowBuilder
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
Represents an XML serializable expression builder workflow container.
public class WorkflowBuilder : IXmlSerializable
- Inheritance
-
WorkflowBuilder
- Implements
- Inherited Members
Constructors
- WorkflowBuilder()
Initializes a new instance of the WorkflowBuilder class.
- WorkflowBuilder(ExpressionBuilderGraph)
Initializes a new instance of the WorkflowBuilder class with the specified workflow instance.
Properties
- Description
Gets or sets a description for the serializable workflow.
- Serializer
Gets a XmlSerializer instance that can be used to serialize or deserialize a WorkflowBuilder.
- Workflow
Gets the ExpressionBuilderGraph instance used by this builder.
Methods
- ReadMetadata(string)
Reads workflow metadata from the serializable XML workflow representation at the specified URI.
- ReadMetadata(XmlReader)
Reads workflow metadata from the serializable XML workflow representation.