Example #1
0
        /// <summary>
        /// F29636_s the BOE type details.
        /// </summary>
        /// <returns></returns>
        public static F29636BOEData F29636_BOETypeDetails()
        {
            F29636BOEData objType = new F29636BOEData();
            Hashtable     ht      = new Hashtable();

            Utility.LoadDataSet(objType.f29636_BOETypeComboTable, "f29636_pclst_BOEType_NE", ht);
            return(objType);
        }
Example #2
0
        /// <summary>
        /// F29636_s the get BOE details.
        /// </summary>
        /// <param name="eventId">The event id.</param>
        /// <returns></returns>
        public static F29636BOEData F29636_GetBOEDetails(int eventId)
        {
            F29636BOEData objBOE = new F29636BOEData();
            Hashtable     ht     = new Hashtable();

            ht.Add("@EventID", eventId);
            string[] tableName = new string[] { objBOE.f29636_GetBOEDetailsTable.TableName, objBOE.f29636_GetBOEGridTable.TableName };
            Utility.LoadDataSet(objBOE, "f29636_pcget_BOE_NE", ht, tableName);
            return(objBOE);
        }