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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public ParameterType AssignedType { get; }

Property Value

ParameterType

See Also