Class ExternalizedMapping
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Represents an externalized property of a workflow element.
public sealed class ExternalizedMapping
- Inheritance
-
ExternalizedMapping
- Inherited Members
Properties
Category
Gets or sets an optional category for the externalized property.
public string Category { get; set; }
Property Value
Description
Gets or sets an optional description for the externalized property.
public string Description { get; set; }
Property Value
DisplayName
Gets or sets an optional display name of the externalized property.
public string DisplayName { get; set; }
Property Value
Name
Gets or sets the member name of the externalized property.
[TypeConverter(typeof(ExternalizedMappingNameConverter))]
public string Name { get; set; }