home *** CD-ROM | disk | FTP | other *** search
- // EmployeePaySet.h : interface of the CEmployeePaySet class
- //
- /////////////////////////////////////////////////////////////////////////////
-
- #if !defined(AFX_EMPLOYEEPAYSET_H__E708A688_460C_11D0_9C9D_00A0D100E3C8__INCLUDED_)
- #define AFX_EMPLOYEEPAYSET_H__E708A688_460C_11D0_9C9D_00A0D100E3C8__INCLUDED_
-
- class CEmployeePaySet : public CDaoRecordset
- {
- public:
- CEmployeePaySet(CDaoDatabase* pDatabase = NULL);
- DECLARE_DYNAMIC(CEmployeePaySet)
-
- // Field/Param Data
- //{{AFX_FIELD(CEmployeePaySet, CDaoRecordset)
- long m_Employee_Number;
- CString m_Last_Name;
- CString m_First_Name;
- short m_Department__;
- short m_Employee_Pay_Type;
- double m_Hours;
- double m_Hourly_Rate;
- double m_Weekly_Salary;
- double m_Sales_Bonus_Rate;
- double m_Weekly_Sales;
- //}}AFX_FIELD
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEmployeePaySet)
- public:
- virtual CString GetDefaultDBName(); // REVIEW: Get a comment here
- virtual CString GetDefaultSQL(); // default SQL for Recordset
- virtual void DoFieldExchange(CDaoFieldExchange* pFX); // RFX support
- //}}AFX_VIRTUAL
-
- // Implementation
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
-
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_EMPLOYEEPAYSET_H__E708A688_460C_11D0_9C9D_00A0D100E3C8__INCLUDED_)
-