Class ValueInputDefinition
Inheritance
object
ValueInputDefinition
Assembly: solution.dll
public sealed class ValueInputDefinition : ValuePortDefinition, IUnitValuePortDefinition, IUnitInputPortDefinition, IUnitPortDefinition
Properties
Declaration
[DoNotSerializeAttribute]
[InspectableAttribute]
public object defaultValue { get; set; }
Property Value
Declaration
[SerializeAttribute]
[InspectableAttribute]
public bool hasDefaultValue { get; set; }
Property Value
Declaration
[InspectableAttribute]
[DoNotSerializeAttribute]
public override Type type { get; set; }
Property Value
Overrides
Implements
Extension Methods