Netsutie PHP Toolkit
NoteSearchBasic Class Reference
Inheritance diagram for NoteSearchBasic:
SearchRecordBasic SearchRecord

Data Fields

 $author
 
 $direction
 
 $externalId
 
 $externalIdString
 
 $internalId
 
 $internalIdNumber
 
 $note
 
 $noteDate
 
 $noteType
 
 $title
 
 $customFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from SearchRecordBasic
static $paramtypesmap
 
- Static Public Attributes inherited from SearchRecord
static $paramtypesmap
 

Detailed Description

NoteSearchBasic

Definition at line 8 of file NoteSearchBasic.php.

Field Documentation

$author

Definition at line 18 of file NoteSearchBasic.php.

$customFieldList

Definition at line 118 of file NoteSearchBasic.php.

$direction

Definition at line 28 of file NoteSearchBasic.php.

$externalId

Definition at line 38 of file NoteSearchBasic.php.

$externalIdString

Definition at line 48 of file NoteSearchBasic.php.

$internalId

Definition at line 58 of file NoteSearchBasic.php.

$internalIdNumber

Definition at line 68 of file NoteSearchBasic.php.

$note

Definition at line 78 of file NoteSearchBasic.php.

$noteDate

Definition at line 88 of file NoteSearchBasic.php.

$noteType

Definition at line 98 of file NoteSearchBasic.php.

$paramtypesmap
static
Initial value:
= array(
"author" => "SearchMultiSelectField",
"direction" => "SearchBooleanField",
"externalId" => "SearchMultiSelectField",
"externalIdString" => "SearchStringField",
"internalId" => "SearchMultiSelectField",
"internalIdNumber" => "SearchLongField",
"note" => "SearchStringField",
"noteDate" => "SearchDateField",
"noteType" => "SearchMultiSelectField",
"title" => "SearchStringField",
"customFieldList" => "SearchCustomFieldList",
)

Definition at line 122 of file NoteSearchBasic.php.

$title

Definition at line 108 of file NoteSearchBasic.php.


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