C# Class Ext.Net.MVC.Examples.Areas.GridPanel_Plugins.Models.Project

显示文件 Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
Project ( int projectId, string name, int taskId, string description, int estimate, double rate, double cost, System.DateTime due ) : System

Method Details

Project() public method

public Project ( int projectId, string name, int taskId, string description, int estimate, double rate, double cost, System.DateTime due ) : System
projectId int
name string
taskId int
description string
estimate int
rate double
cost double
due System.DateTime
return System