0% found this document useful (0 votes)
368 views3 pages

Forms: WWMS (Waste Water Management System

This document describes the forms, methods, tables, and procedures for a Waste Water Management System. It lists various forms like the main form, login form, and project info form. It then lists the major methods used like checking for a valid license, authenticating users, and checking rights. It finally lists some of the key tables and stored procedures used in the system like areas, projects, coordinates, rates, and sections.

Uploaded by

Akram Khan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
368 views3 pages

Forms: WWMS (Waste Water Management System

This document describes the forms, methods, tables, and procedures for a Waste Water Management System. It lists various forms like the main form, login form, and project info form. It then lists the major methods used like checking for a valid license, authenticating users, and checking rights. It finally lists some of the key tables and stored procedures used in the system like areas, projects, coordinates, rates, and sections.

Uploaded by

Akram Khan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

WWMS(Waste Water Manag

Forms Major Methods

1 frmParent.vb(MDI Form) IsValidLicense()

2 frmLogin.vb Authenticate(string username,


Ecode DLL
3 frmProjectInfo.vb CheckRights()
Saver()
Insert(Obj Project_Inf
Update(object Project_
GetAll()
GetSingle(ByVal Rec_ID As
Delete(Project_Info o
GetSingle(int Project_
GetChildsCount(int proje
GetList()
GetSinglebytable(int Proje
GetBytes()
GenRows()
GetData()
GetAll(int Project_id
GetGrid(int Project_i
GetData(int project_i
IsExists()
Insert(ByVal obj As ExMH_Co
Update(ByVal obj As ExMH_Co
UnitCosting()

4 frmRates.vb GetData()
GetAll()
GetSingle()

5 SectionEntry.vb Genddls()
Waste Water Management System

Major Methods Tables Procedures

IsValidLicense() area_bookmark Area_Product

henticate(string username,string pwd) users


Ecode DLL
CheckRights() Project_Info
Saver()
Insert(Obj Project_Info) Project_Info_Insert
Update(object Project_Info) Project_Info_Update
GetAll() Project_Info_GetAll
GetSingle(ByVal Rec_ID As Integer)
Delete(Project_Info obj) Project_Info_Delete
GetSingle(int Project_ID) Project_Info_GetSingle
GetChildsCount(int project_id) Sections
GetList()
GetSinglebytable(int Project_id)
GetBytes()
GenRows()
GetData()
GetAll(int Project_id) Areas
GetGrid(int Project_id) ExMH_Coordinates
GetData(int project_id)
IsExists() ExMH_Coordinates
ert(ByVal obj As ExMH_Coordinates) ExMH_Coordinates_Insert
ate(ByVal obj As ExMH_Coordinates) ExMH_Coordinates_Update
UnitCosting() schedule_master

GetData()
GetAll() PayItems
GetSingle() Item_Rates Item_Rates_GetSingle
Item_Rates_GetSingle_Qism
Genddls() Sections
GetAll() ExMH_Coordinates ExMH_Coordinates_GetAll
Procedures

Area_Product

ect_Info_Insert
ect_Info_Update
ject_Info_GetAll

ect_Info_Delete
ct_Info_GetSingle

Coordinates_Insert
Coordinates_Update

_Rates_GetSingle
tes_GetSingle_Qism

Coordinates_GetAll

You might also like