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

Access: Public
Base Classes: Object
  Members Description  
    _workTimeID    
    _clientServiceID    
    _assignmentID    
    _acutalHours    
    _billablePercentage    
    _capitalizedPercentage    
    _totalBillable    
    _criteria    
    _errorMSG    
    WorkTime    
    List Purpose: List method. This method will display all records in the WorkTime table.

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

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

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

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

 
    Dispose Purpose: Dispose method.

 
    WorkTimeID    
    AssignmentID    
    ClientServiceID    
    AcutalHours    
    BillablePercentage    
    CapitalizedPercentage    
    TotalBillable    
    Criteria    
    ErrorCode