Exemplo n.º 1
0
        private void BindData()
        {
            //client.GetLookupOjbectsAsync(EntityName, null);
            int pageCount = 0;

            //string filter = "";
            //System.Collections.ObjectModel.ObservableCollection<object> paras = new System.Collections.ObjectModel.ObservableCollection<object>();

            client.GetLookupOjbectsAsync(EntityName, dataPager.PageIndex, dataPager.PageSize, string.IsNullOrEmpty(OrderBy) ? "OWNERID" : OrderBy,
                                         filter, paras, pageCount, SMT.SAAS.Main.CurrentContext.Common.CurrentLoginUserInfo.EmployeeID);
        }