C# Class PM_Dashboard.Models.ProjectWorkHours

Datei anzeigen Open project: IgniteUI/project-management-dashboard-sample

Public Methods

Method Description
ProjectWorkHours ( int worked, int planned, int other, int overtime, int total ) : System

Method Details

ProjectWorkHours() public method

public ProjectWorkHours ( int worked, int planned, int other, int overtime, int total ) : System
worked int
planned int
other int
overtime int
total int
return System