MagicCMS Documentation

InputParams_dt Members

The InputParams_dt type exposes the following members.

Constructors


  Name Description
Public method InputParams_dt(Int32, String, String)
Initializes a new instance of the InputParams_dt class.
Public method InputParams_dt(Int32, String, String, String)
Initializes a new instance of the InputParams_dt class.
Public method InputParams_dt(HttpContext, String, String)
Initializes a new instance of the InputParams_dt class. Deriving it from the parameters passed from jQuery.DataTable.
Public method InputParams_dt(HttpContext, String, String, String)
Initializes a new instance of the InputParams_dt class. Deriving it from the parameters passed from jQuery.DataTable.

Methods


  Name Description
Public method BuildQuery(String, String)
Builds the query. It takes the original query and transforms it into a sub query from which extracts the first length records from start record.
Public method BuildQuery(String)
Builds the query.
Public method GetOutpuSimpleQuery(String)
Returns the return parameter for Data Table no data for a simple search without sub query.
Public method GetOutpuSimpleQuery()()()()
Returns the return parameter for Data Table no data for a simple search without sub query.

Fields


  Name Description
Public field Static member SEARCHPARAM
The searchparam

Properties


  Name Description
Public property columns
Gets or sets the columns.
Public property draw
Gets or sets the draw. Parameter used internally by DataTable.
Public property JoinTables
Gets or sets the join tables.
Public property length
Gets or sets the length.
Public property order
Gets or sets the order.
Public property PkName
Gets or sets the name of the pk.
Public property search
Gets or sets the search.
Public property start
Gets or sets the start.
Public property TableName
Gets or sets the name of the table.