Class StructureEntity
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
tableStructureTableentityIDGuidattributesIEnumerable<StructureAttribute>
Properties
Attributes
public IList<StructureAttribute> Attributes { get; }
Property Value
ID
public Guid ID { get; }
Property Value
Table
public StructureTable Table { get; }