Table of Contents

Class StructureEntity

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

Constructors

StructureEntity(StructureTable, Guid, IEnumerable<StructureAttribute>)

public StructureEntity(StructureTable table, Guid entityID, IEnumerable<StructureAttribute> attributes)

Parameters

table StructureTable
entityID Guid
attributes IEnumerable<StructureAttribute>

Properties

Attributes

public IList<StructureAttribute> Attributes { get; }

Property Value

IList<StructureAttribute>

ID

public Guid ID { get; }

Property Value

Guid

Table

public StructureTable Table { get; }

Property Value

StructureTable