Interface IUnitPortDefinition
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IUnitPortDefinition : ICollectionChild<FlowGraph>, INotifyPropertyChanged
Properties
hideLabel
Declaration
bool hideLabel { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
isValid
Declaration
bool isValid { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
key
Declaration
string key { get; }
Property Value
| Type | Description |
|---|---|
| String |
label
Declaration
string label { get; }
Property Value
| Type | Description |
|---|---|
| String |
primary
Declaration
bool primary { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
summary
Declaration
string summary { get; }
Property Value
| Type | Description |
|---|---|
| String |