コード例 #1
0
        /// <summary>
        /// To Bind grid with all Items
        /// </summary>
        public static List <ItemsInfo> GetAllItems(int offset, int limit, GetItemListInfo getItemObj, AspxCommonInfo aspxCommonObj)
        {
            List <ItemsInfo> ml;

            ml = AspxItemMgntProvider.GetAllItems(offset, limit, getItemObj, aspxCommonObj);
            return(ml);
        }