ActionPortModelAssignedType Property

The type assigned by the user; for example, if PropertyType is IIdLabel and this is an input port, and the user attaches it to a DeviceDto, then this assigned type will be DeviceDto. This port can then assign an output port to use the same assigned type.

Definition

Namespace: MobileTrack.Web.Components.Models.ActionFlows
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public ParameterType AssignedType { get; }

Property Value

ParameterType

See Also