internal void CopyToConnected(Allors.Extent connectedExtent) { connectedExtent.AddSort(this.roleType, this.direction); if (this.subSorter != null) { this.subSorter.CopyToConnected(connectedExtent); } }
public void Build(Allors.Extent extent) { extent.AddSort(RoleType, this.Descending ? SortDirection.Descending : SortDirection.Ascending); }