#include <sbLocalDatabaseResourcePropertyBag.h>
Public Member Functions | |
| sbPropertyData (const nsAString &aValue, const nsAString &aSearchableValue, const nsAString &aSortableValue) | |
Public Attributes | |
| nsString | value |
| nsString | searchableValue |
| nsString | sortableValue |
This holds the data for a property. The data is composed of three values: the actual property value, the sortable value (eg, collation data for strings), and the searchable value (eg, lowercased strings)
Definition at line 100 of file sbLocalDatabaseResourcePropertyBag.h.
|
inline |
Definition at line 102 of file sbLocalDatabaseResourcePropertyBag.h.
| nsString sbPropertyData::searchableValue |
Definition at line 110 of file sbLocalDatabaseResourcePropertyBag.h.
| nsString sbPropertyData::sortableValue |
Definition at line 111 of file sbLocalDatabaseResourcePropertyBag.h.
| nsString sbPropertyData::value |
Definition at line 108 of file sbLocalDatabaseResourcePropertyBag.h.