Struct WorkflowElementDescriptor
- Namespace
- Bonsai.Editor
- Assembly
- Bonsai.Editor.dll
[Serializable]
public struct WorkflowElementDescriptor
- Inherited Members
-
Properties
Description
public string Description { readonly get; set; }
Property Value
- string
ElementTypes
public ElementCategory[] ElementTypes { readonly get; set; }
Property Value
- ElementCategory[]
FullyQualifiedName
public string FullyQualifiedName { readonly get; set; }
Property Value
- string
Name
public string Name { readonly get; set; }
Property Value
- string
Namespace
public string Namespace { readonly get; set; }
Property Value
- string