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

Access: Public
Base Classes: Object
  Members Description  
    _userID    
    _personID    
    _username    
    _password    
    _criteria    
    _errorMSG    
    User    
    List Purpose: List method. This method will display all records in the User table.

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

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

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

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

 
    Dispose Purpose: Dispose method.

 
    UserID    
    PersonID    
    Username    
    Password    
    Criteria    
    ErrorMSG