LinkInfoDto Structure

Represents a connection between two ports, contains source and target port ids

Definition

Namespace: MobileTrack.Common.Models.ActionFlows
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public readonly struct LinkInfoDto : IEquatable<LinkInfoDto>
Inheritance
Object    ValueType    LinkInfoDto
Implements
IEquatableLinkInfoDto

Constructors

LinkInfoDto Public constructor

Methods

Equals(LinkInfoDto)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
GetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)

Operators

Fields

Id The ID of this particular link.
SourcePortId The ID of the exit PortDto of the NodeDto to start from.
TargetPortId The ID of the entry PortDto of the NodeDto to enter into.

Extension Methods

IsLinkInfoValid Checks whether the LinkInfoDto object is properly filled in.
(Defined by ModelValidatorsExtensions)

See Also