Table of Contents

Class Relationship

Namespace
The.Model.Features
Assembly
Instagile.Model.dll
public sealed record Relationship : IEquatable<Relationship>
Inheritance
Relationship
Implements
Inherited Members

Constructors

Relationship(string, TypeName, string, TypeName)

public Relationship(string SideAName, TypeName SideAInterface, string SideBName, TypeName SideBInterface)

Parameters

SideAName string
SideAInterface TypeName
SideBName string
SideBInterface TypeName

Properties

SideAFullName

public string SideAFullName { get; }

Property Value

string

SideAInterface

public TypeName SideAInterface { get; init; }

Property Value

TypeName

SideAName

public string SideAName { get; init; }

Property Value

string

SideBFullName

public string SideBFullName { get; }

Property Value

string

SideBInterface

public TypeName SideBInterface { get; init; }

Property Value

TypeName

SideBName

public string SideBName { get; init; }

Property Value

string