Table of Contents

Class WorkflowMetadata

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Represents metadata retrieved from a serializable XML workflow.

public class WorkflowMetadata
Inheritance
WorkflowMetadata
Inherited Members

Properties

Description

Gets the description of the workflow.

public string Description { get; }

Property Value

string

WorkflowMarkup

Gets the raw XML markup of the workflow.

public string WorkflowMarkup { get; }

Property Value

string

Methods

GetExtensionTypes()

Gets the extension types required to deserialize the XML markup.

public Type[] GetExtensionTypes()

Returns

Type[]

An array that contains all the types that are required to deserialize the XML markup.