C# Class Ext.Net.MVC.Examples.Areas.GridPanel_Selection_Models.Models.Company

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

Public Methods

Method Description
Company ( int id, string name, double price, double change, double pctChange ) : System

Method Details

Company() public method

public Company ( int id, string name, double price, double change, double pctChange ) : System
id int
name string
price double
change double
pctChange double
return System