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