C# Class projectBM.Controllers.excelController

Inheritance: baseController
Afficher le fichier Open project: zettasolutions/projectBM

Private Properties

Свойство Type Description
getColumnName string
getNewZeroValues int[]

Méthodes publiques

Méthode Description
excelController ( ) : System
getDataBySpecsId ( int specs_id, string fileName ) : System.Web.Mvc.FileResult

Private Methods

Méthode Description
getColumnName ( int columnNumber ) : string
getNewZeroValues ( ) : int[]

Method Details

excelController() public méthode

public excelController ( ) : System
Résultat System

getDataBySpecsId() public méthode

public getDataBySpecsId ( int specs_id, string fileName ) : System.Web.Mvc.FileResult
specs_id int
fileName string
Résultat System.Web.Mvc.FileResult