C# Class PredictionAPI.Models.DataOperation

Show file Open project: chu-dblab/Prediction-API Class Usage Examples

Public Methods

Method Description
DataOperation ( ) : System
SearchResult ( Input data ) : List

changeScoreOfGSAT2Level ( Gsat gsat ) : ArrayList

將學測級分轉換成等級

turnTo103Score ( Ast ast ) : ArrayList

將103學年度的指考分數換算成104學年度的指考分數

Private Methods

Method Description
appendData ( List original ) : string
appendSQLString ( Ast ast, List groups, ArrayList score103, ArrayList level, string EL, int expectedSalary ) : string
changeToArray ( Ast ast ) : ArrayList

Method Details

DataOperation() public method

public DataOperation ( ) : System
return System

SearchResult() public method

public SearchResult ( Input data ) : List
data Input
return List

changeScoreOfGSAT2Level() public method

將學測級分轉換成等級
public changeScoreOfGSAT2Level ( Gsat gsat ) : ArrayList
gsat Gsat 學測成績
return ArrayList

turnTo103Score() public method

將103學年度的指考分數換算成104學年度的指考分數
public turnTo103Score ( Ast ast ) : ArrayList
ast Ast 指考成績
return ArrayList