Ejemplo n.º 1
0
        /// <summary>
        /// Lists the type of the District file type.
        /// </summary>
        /// <returns>The dataset containing the District File Type</returns>
        public static F28310MADImport ListDistrictType()
        {
            F28310MADImport DistrictImportData = new F28310MADImport();
            Hashtable       ht = new Hashtable();

            Utility.LoadDataSet(DistrictImportData.ListDistrictType, "f23310_pclst_MADistrictType", ht);
            return(DistrictImportData);
        }
Ejemplo n.º 2
0
        /// <summary>
        /// F28310_s the MADImport details.
        /// </summary>
        /// <param name="importId">The import id.</param>
        /// <returns></returns>
        public static F28310MADImport F28310_MADImportDetails(int importId)
        {
            F28310MADImport ObjMAD = new F28310MADImport();
            Hashtable       ht     = new Hashtable();

            ht.Add("@ImportID", importId);
            string[] tableNames = new string[] { ObjMAD.GetMADImportHeaderDetails.TableName, ObjMAD.GetMADImportDetails.TableName };
            Utility.LoadDataSet(ObjMAD, "f23310_pcget_MADImport", ht, tableNames);
            return(ObjMAD);
        }