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