XmlTestClasses | |
Employee | Represents an employee. |
EmployeeClasses | Types of employees. |
Developer | A front-line developer. |
ProjectManager | A project manager. |
VicePresident | Executive. |
m_EmployeeClass | The private variable that holds the EmployeeClass value. |
m_Office | The private variable that holds the Office value. |
EmployeeClass | The Employees's type. |
Office | The Employees's building and office number. |
Person | Represents a person. |
#ctor | The default constructor. |
#ctor(System.String,System.String) | Initialize a new Person. |
m_FirstName | The private variable that holds the FirstName value. |
m_LastName | The private variable that holds the LastName value. |
FirstName | The Person's first name. |
LastName | The Person's last name. |
Customer | |
m_Address | The private variable that holds the Address value. |
Address | The Customer's mailing address. |