Table of Contents

Class StructureKey

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

Constructors

StructureKey(StructureTable, StructureAttribute)

public StructureKey(StructureTable table, StructureAttribute attribute)

Parameters

table StructureTable
attribute StructureAttribute

Properties

Attribute

public StructureAttribute Attribute { get; }

Property Value

StructureAttribute

Table

public StructureTable Table { get; }

Property Value

StructureTable