Table of Contents

Class StructureRelationship

Namespace
The.Import.Schema
Assembly
Instagile.dll
public class StructureRelationship : Tuple<StructureKey, StructureKey, Guid>, IStructuralComparable, IStructuralEquatable, IComparable, ITuple
Inheritance
StructureRelationship
Implements
Inherited Members

Constructors

StructureRelationship(StructureKey, StructureKey, Guid)

public StructureRelationship(StructureKey source, StructureKey target, Guid id)

Parameters

source StructureKey
target StructureKey
id Guid

Properties

ID

public Guid ID { get; }

Property Value

Guid

Source

public StructureKey Source { get; }

Property Value

StructureKey

Target

public StructureKey Target { get; }

Property Value

StructureKey