public readonly struct LinkInfoDto : IEquatable<LinkInfoDto>| LinkInfoDto | Public constructor |
| 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)) |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) |
| Equality(LinkInfoDto, LinkInfoDto) | Equality operator |
| Inequality(LinkInfoDto, LinkInfoDto) | Inequality operator |
| 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. |
| IsLinkInfoValid |
Checks whether the LinkInfoDto object is properly filled in.
(Defined by ModelValidatorsExtensions) |