C# Class MI.Domain.jGridHelpers.jgridDisplayHelper

Inheritance: Controller
Afficher le fichier Open project: harshb/ko- Class Usage Examples

Méthodes publiques

Свойство Type Description
ConvertMethod DelegateShapeGridRow

Méthodes publiques

Méthode Description
BuildLine ( string op, string field, string data ) : string
GetDataType ( string field ) : string
GetJson ( IEnumerable mydata, int totalPages, int page, int totalRecords ) : System.Web.Mvc.JsonResult
GetOP ( string op ) : string
GetSearchResults ( string sidx, string sord, int page, int rows, bool _search, string filters ) : System.Web.Mvc.JsonResult
jgridDisplayHelper ( DelegateShapeGridRow convertMethod ) : System
jgridDisplayHelper ( DynamicModel _tbl, DelegateShapeGridRow convertMethod ) : System

Method Details

BuildLine() public méthode

public BuildLine ( string op, string field, string data ) : string
op string
field string
data string
Résultat string

GetDataType() public méthode

public GetDataType ( string field ) : string
field string
Résultat string

GetJson() public méthode

public GetJson ( IEnumerable mydata, int totalPages, int page, int totalRecords ) : System.Web.Mvc.JsonResult
mydata IEnumerable
totalPages int
page int
totalRecords int
Résultat System.Web.Mvc.JsonResult

GetOP() public méthode

public GetOP ( string op ) : string
op string
Résultat string

GetSearchResults() public méthode

public GetSearchResults ( string sidx, string sord, int page, int rows, bool _search, string filters ) : System.Web.Mvc.JsonResult
sidx string
sord string
page int
rows int
_search bool
filters string
Résultat System.Web.Mvc.JsonResult

jgridDisplayHelper() public méthode

public jgridDisplayHelper ( DelegateShapeGridRow convertMethod ) : System
convertMethod DelegateShapeGridRow
Résultat System

jgridDisplayHelper() public méthode

public jgridDisplayHelper ( DynamicModel _tbl, DelegateShapeGridRow convertMethod ) : System
_tbl Massive.DynamicModel
convertMethod DelegateShapeGridRow
Résultat System

Property Details

ConvertMethod public_oe property

public DelegateShapeGridRow ConvertMethod
Résultat DelegateShapeGridRow