public UserHierarchy() { Segments = new SegmentCollection(); }
public Column() { DataSegments = new SegmentCollection(); HierarchySegments = new SegmentCollection(); }
public Table() { Columns = new ColumnCollection(); RelationshipSegments = new SegmentCollection(); UserHierarchies = new UserHierarchyCollection(); }