C# Class MI.Domain.jGridHelpers.jgridDisplayHelper

Inheritance: Controller
Mostrar archivo Open project: harshb/ko- Class Usage Examples

Public Properties

Property Type Description
ConvertMethod DelegateShapeGridRow

Public Methods

Method 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 method

public BuildLine ( string op, string field, string data ) : string
op string
field string
data string
return string

GetDataType() public method

public GetDataType ( string field ) : string
field string
return string

GetJson() public method

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

GetOP() public method

public GetOP ( string op ) : string
op string
return string

GetSearchResults() public method

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
return System.Web.Mvc.JsonResult

jgridDisplayHelper() public method

public jgridDisplayHelper ( DelegateShapeGridRow convertMethod ) : System
convertMethod DelegateShapeGridRow
return System

jgridDisplayHelper() public method

public jgridDisplayHelper ( DynamicModel _tbl, DelegateShapeGridRow convertMethod ) : System
_tbl Massive.DynamicModel
convertMethod DelegateShapeGridRow
return System

Property Details

ConvertMethod public_oe property

public DelegateShapeGridRow ConvertMethod
return DelegateShapeGridRow