Exemplo n.º 1
0
 public void GetMaindata()
 {
     if (SortBy == null)
     {
         SortBy = "it.Iserial";
     }
     Loading = true;
     Glclient.GetTblAccountAsync(MainRowList.Count, PageSize, SortBy, Filter, ValuesObjects,
                                 LoggedUserInfo.DatabasEname, ChildOnly);
 }
Exemplo n.º 2
0
 public void GetFullMainData()
 {
     if (SortBy == null)
     {
         SortBy = "it.Iserial";
     }
     Loading = true;
     Export  = true;
     Glclient.GetTblAccountAsync(MainRowList.Count, int.MaxValue, SortBy, Filter, ValuesObjects,
                                 LoggedUserInfo.DatabasEname, false);
 }