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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public ParameterType AssignedType { get; }

Property Value

ParameterType

See Also