Ejemplo n.º 1
0
        /// <summary>
        /// F36040_s the type of the list neighborhood.
        /// </summary>
        /// <returns>permanentCropDataSet</returns>
        public static F36040PermanentCropData F36040_ListNeighborhoodType()
        {
            F36040PermanentCropData permanentCropData = new F36040PermanentCropData();
            Hashtable ht = new Hashtable();

            Utility.LoadDataSet(permanentCropData.ListNeighborhoodType, "f35100_pclst_NeighborhoodType", ht);
            return(permanentCropData);
        }
Ejemplo n.º 2
0
        /// <summary>
        /// F36040_s the type of the list crop neighborhood.
        /// </summary>
        /// <param name="rollYear">The roll year.</param>
        /// <returns></returns>
        public static F36040PermanentCropData F36040_ListCropNeighborhoodType(int rollYear)
        {
            F36040PermanentCropData permanentCropData = new F36040PermanentCropData();
            Hashtable ht = new Hashtable();

            ht.Add("@RollYear", rollYear);
            Utility.LoadDataSet(permanentCropData.GetCropNBHD, "f36040_pcget_CropNBHD", ht);
            return(permanentCropData);
        }
Ejemplo n.º 3
0
        /// <summary>
        /// F36040_s the type of the list neighborhood.
        /// </summary>
        /// <returns>permanentCropDataSet</returns>
        public static F36040PermanentCropData F36040_ListCropCatalog()
        {
            F36040PermanentCropData permanentCropData = new F36040PermanentCropData();
            Hashtable ht = new Hashtable();

            string[] optionalParameter = new string[] { permanentCropData.GetAppRollYear.TableName, permanentCropData.ListCropCatalogDetials.TableName, permanentCropData.GetCropNBHD.TableName };
            Utility.LoadDataSet(permanentCropData, "f36040_pclst_CropCatalog", ht, optionalParameter);
            return(permanentCropData);
        }