Simias::Storage::Provider::Query Class Reference

Represents a query into a Collection Store Provider. More...

List of all members.

Public Member Functions

 Query (string collectionId, string property, SearchOp op, string value, Syntax type)
 Construct a Query object that can be used to perform a search.
 Query (string property, SearchOp op, string value, Syntax type)
 Construct a Query that can be used to perform a global query.
override string ToString ()

Properties

string CollectionId [get]
 Property to get the collectionId.
string Property [get]
 Read only property to get the Store property name for this query.
SearchOp Operation [get]
 Read only property to get the query operation.
string Value [get]
 Read only property that gets the string value for this query.
Syntax Type [get]
 Read only property that gets the value type.


Detailed Description

Represents a query into a Collection Store Provider.


Constructor & Destructor Documentation

Simias::Storage::Provider::Query::Query ( string  collectionId,
string  property,
SearchOp  op,
string  value,
Syntax  type 
) [inline]

Construct a Query object that can be used to perform a search.

Parameters:
collectionId The Collection to perform the search in.
property The property that contains the value.
op The operator used for the match criteria.
value The value to match.
type The Type of the value to search for.

Simias::Storage::Provider::Query::Query ( string  property,
SearchOp  op,
string  value,
Syntax  type 
) [inline]

Construct a Query that can be used to perform a global query.

Parameters:
property 
op 
value 
type 


Member Function Documentation

override string Simias::Storage::Provider::Query::ToString (  )  [inline]

Returns:


Property Documentation

string Simias::Storage::Provider::Query::CollectionId [get]

Property to get the collectionId.

string Simias::Storage::Provider::Query::Property [get]

Read only property to get the Store property name for this query.

SearchOp Simias::Storage::Provider::Query::Operation [get]

Read only property to get the query operation.

string Simias::Storage::Provider::Query::Value [get]

Read only property that gets the string value for this query.

Syntax Simias::Storage::Provider::Query::Type [get]

Read only property that gets the value type.


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

Generated on Wed Apr 8 14:55:56 2009 for simias by  doxygen 1.5.6