Class StructureKey
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
tableStructureTableattributeStructureAttribute
Properties
Attribute
public StructureAttribute Attribute { get; }
Property Value
Table
public StructureTable Table { get; }