Netsutie PHP Toolkit
SearchResult Class Reference

Data Fields

 $status
 
 $totalRecords
 
 $pageSize
 
 $totalPages
 
 $pageIndex
 
 $searchId
 
 $recordList
 
 $searchRowList
 

Static Public Attributes

static $paramtypesmap
 

Detailed Description

SearchResult

Definition at line 8 of file SearchResult.php.

Field Documentation

$pageIndex

Definition at line 58 of file SearchResult.php.

$pageSize

Definition at line 38 of file SearchResult.php.

$paramtypesmap
static
Initial value:
= array(
"status" => "Status",
"totalRecords" => "integer",
"pageSize" => "integer",
"totalPages" => "integer",
"pageIndex" => "integer",
"searchId" => "string",
"recordList" => "RecordList",
"searchRowList" => "SearchRowList",
)

Definition at line 92 of file SearchResult.php.

$recordList

Definition at line 78 of file SearchResult.php.

$searchId

Definition at line 68 of file SearchResult.php.

$searchRowList

Definition at line 88 of file SearchResult.php.

$status

Definition at line 18 of file SearchResult.php.

$totalPages

Definition at line 48 of file SearchResult.php.

$totalRecords

Definition at line 28 of file SearchResult.php.


The documentation for this class was generated from the following file: