Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Microsoft C# Professional Projects - Premier Press.pdf
Скачиваний:
177
Добавлен:
24.05.2014
Размер:
14.65 Mб
Скачать

308

Project 2

CREATING THE EMPLOYEE RECORDS SYSTEM PROJECT

 

 

 

 

<Ecode Id=”E0014” EmployeeName=”Elaine Thorn”>

 

<EmpDetails DateofJoin=”12-13-1999” Grade=”C” salary=”4070”/>

 

</Ecode>

 

 

 

 

</EmpRecordsData>

 

 

 

 

This XML data store is saved as EmpRec.xml. The EmpRec.xml file has Ecode

 

and EmpDetails as its elements. Id and EmployeeName are attributes of the Ecode ele-

 

ment. Date of Join, Grade, and salary are attributes that are contained within the

 

EmpDetails element.

 

 

Y

 

Low-Level Design

 

 

 

After completing the analysis and designLof the ERS application in the high-level

 

design phase, the development team creates a detailed design of software modules.

 

 

 

 

F

 

These software modules are then used to create a detailed structure of the appli-

 

cation. In addition to creating software modules, the team decides the flow and

 

interaction of each module.

M

 

 

 

 

A

 

 

 

 

E

 

 

 

T

 

 

The flowchart of the project created by the development team is shown in Figure 13-5.

FIGURE 13-5 Flowchart of the ERS project

Team-Fly®