[]
Represents a structure attribute (Attr object) and its revision.
public class AttrRevision : RevisionItem, IOwnedObject
Initializes a new instance of the AttrRevision class.
public AttrRevision(Attr attr, int revision = 0)
Gets the underlying Attr object.
public Attr Attr { get; set; }
Gets the AttrRevisionCollection containing this object.
public AttrRevisionCollection Owner { get; }
Gets the StructElement owning this object.
public StructElement StructElement { get; }