Table of Contents

Class StructureSection

Namespace
The.Import.Schema
Assembly
Instagile.dll
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

entityID Guid
sectionName string

Properties

EntityID

public Guid EntityID { get; }

Property Value

Guid

SectionName

public string SectionName { get; }

Property Value

string