Class StructureAttribute
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
columnStructureColumnattributeIDGuiddistinguishedNamestringsectionNamestring
Properties
Column
public StructureColumn Column { get; }
Property Value
DistinguishedName
public string DistinguishedName { get; }
Property Value
ID
public Guid ID { get; }
Property Value
SectionName
public string? SectionName { get; }