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+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
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