Assembly XmlTestClasses: Index

XmlTestClasses
    EmployeeRepresents an employee.
        EmployeeClassesTypes of employees.
            DeveloperA front-line developer.
            ProjectManagerA project manager.
            VicePresidentExecutive.
        m_EmployeeClassThe private variable that holds the EmployeeClass value.
        m_OfficeThe private variable that holds the Office value.
        EmployeeClassThe Employees's type.
        OfficeThe Employees's building and office number.
    PersonRepresents a person.
        #ctorThe default constructor.
        #ctor(System.String,System.String)Initialize a new Person.
        m_FirstNameThe private variable that holds the FirstName value.
        m_LastNameThe private variable that holds the LastName value.
        FirstNameThe Person's first name.
        LastNameThe Person's last name.
    Customer
        m_AddressThe private variable that holds the Address value.
        AddressThe Customer's mailing address.