Class UnitPortDefinition
Inheritance
UnitPortDefinition
Syntax
public abstract class UnitPortDefinition : IUnitPortDefinition
Properties
hideLabel
Declaration
[Serialize]
[Inspectable]
public bool hideLabel { get; set; }
Property Value
Implements
isValid
Declaration
[DoNotSerialize]
public virtual bool isValid { get; }
Property Value
Implements
key
Declaration
[Serialize]
[Inspectable]
[WarnBeforeEditing("Edit Port Key", "Changing the key of this definition will break any existing connection to this port. Are you sure you want to continue?", new object[]{null, ""})]
public string key { get; set; }
Property Value
Implements
label
Declaration
[Serialize]
[Inspectable]
public string label { get; set; }
Property Value
Implements
summary
Declaration
[Serialize]
[Inspectable]
public string summary { get; set; }
Property Value
Implements
Extension Methods