Protocol.Covington.WorkRequest.BLL.Person Class
Summary description for Person.

Access: Public
Base Classes: Object
  Members Description  
    _personID    
    _firstName    
    _lastName    
    _email    
    _phone    
    _title    
    _note    
    _criteria    
    _errorMSG    
    _division    
    _machine    
    _location    
    _supervisor    
    _department    
    Person    
    List Purpose: List method. This method will display all records in the Person table.

 
    Find Purpose: Find method. This method will find data meeting criteria from Person table.

 
    Add Purpose: Add method. This method will add a new row to the Person table.

 
    Change Purpose: Change method. This method will change a row from the Person table.

 
    Delete Purpose: Delete method. This method will delete data from Person table.

 
    Dispose Purpose: Dispose method.

 
    PersonID    
    FirstName    
    LastName    
    Email    
    Phone    
    Note Purpose: Display additional information about a person Perhaps, vacation or administrator comments

 
    Title Purpose: Title information is a simple unofficial business position

 
    Division    
    Supervisor    
    Location    
    Department    
    Machine    
    Criteria    
    ErrorMSG