Table of Contents

Class StructureAttribute

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

Constructors

StructureAttribute(StructureColumn, Guid, string, string?)

public StructureAttribute(StructureColumn column, Guid attributeID, string distinguishedName, string? sectionName)

Parameters

column StructureColumn
attributeID Guid
distinguishedName string
sectionName string

Properties

Column

public StructureColumn Column { get; }

Property Value

StructureColumn

DistinguishedName

public string DistinguishedName { get; }

Property Value

string

ID

public Guid ID { get; }

Property Value

Guid

SectionName

public string? SectionName { get; }

Property Value

string