Class StructureSection
public class StructureSection : Tuple<Guid, string>, IStructuralComparable, IStructuralEquatable, IComparable, ITuple
- Inheritance
-
StructureSection
- Implements
- Inherited Members
Constructors
StructureSection(Guid, string)
public StructureSection(Guid entityID, string sectionName)
Parameters
Properties
EntityID
public Guid EntityID { get; }
Property Value
SectionName
public string SectionName { get; }