LinkInfoDto Constructor

Public constructor

Definition

Namespace: MobileTrack.Common.Models.ActionFlows
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public LinkInfoDto(
	Guid id,
	Guid sourcePortId,
	Guid targetPortId
)

Parameters

id  Guid
ID of the individual link
sourcePortId  Guid
ID of the exit PortDto of the NodeDto to start from.
targetPortId  Guid
ID of the entry PortDto of the NodeDto to enter into.

See Also