C# Class TSICS.Controllers.Dashboard.DashboardController

Show file Open project: mhaikalla/Trakindo-TREND_Web_Application_Service

Public Methods

Method Description
MapDistribution ( FormCollection collection, int type, string Area, string SalesOffice, string Customer, string Family, string Industry, string Model, string SerialNumber, string SmuRangeFrom, string SmuRangeTo, string PurchaseDateFrom, string PurchaseDateEnd, string DeliveryDateFrom, string DeliveryDateEnd, string RepairDateFrom, string RepairDateEnd, string Plant, string Product, string Hid, string Rental, string Other, string paramsModel = null, string paramsSerialNumber = null, bool btnPOST = false ) : ActionResult

Method Details

MapDistribution() public method

public MapDistribution ( FormCollection collection, int type, string Area, string SalesOffice, string Customer, string Family, string Industry, string Model, string SerialNumber, string SmuRangeFrom, string SmuRangeTo, string PurchaseDateFrom, string PurchaseDateEnd, string DeliveryDateFrom, string DeliveryDateEnd, string RepairDateFrom, string RepairDateEnd, string Plant, string Product, string Hid, string Rental, string Other, string paramsModel = null, string paramsSerialNumber = null, bool btnPOST = false ) : ActionResult
collection FormCollection
type int
Area string
SalesOffice string
Customer string
Family string
Industry string
Model string
SerialNumber string
SmuRangeFrom string
SmuRangeTo string
PurchaseDateFrom string
PurchaseDateEnd string
DeliveryDateFrom string
DeliveryDateEnd string
RepairDateFrom string
RepairDateEnd string
Plant string
Product string
Hid string
Rental string
Other string
paramsModel string
paramsSerialNumber string
btnPOST bool
return ActionResult