The ListQuery type exposes the following members.

Constructors

  NameDescription
ListQueryOverloaded.

Methods

  NameDescription
CalculateQuery
Creates the partial URI query string based on all set properties.
(Overrides FeedQuery..::.CalculateQuery()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParseUriOverloaded.
Reset
Resets object state to default, as if newly created.
(Overrides FeedQuery..::.Reset()()().)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
baseUri
the base URI
(Inherited from FeedQuery.)

Properties

  NameDescription
Author
Accessor method public string Author.
(Inherited from FeedQuery.)
Categories
Accessor method public string Category.
(Inherited from FeedQuery.)
CategoryQueriesAsParameter
accessor method public bool CategoryQueriesAsParameter
(Inherited from FeedQuery.)
EndDate
set's the maximum daterange value for the updated element
(Inherited from FeedQuery.)
ExtraParameters
ExtraParameters holds a string that just get's added to the query string per se. The parameter should honor URL encoding, the library will not touch it's value, but just append it to the existing query. The URL parameter characters will be inserted by the FeedQuery object.
(Inherited from FeedQuery.)
FeedFormat
Accessor method public AlternativeFormat FeedFormat.
(Inherited from FeedQuery.)
MaxPublication
set's the maximum daterange value for the publication element
(Inherited from FeedQuery.)
MinPublication
set's the mininum daterange value for the publication element
(Inherited from FeedQuery.)
NumberToRetrieve
Accessor method public int NumberToRetrieve.
(Inherited from FeedQuery.)
OrderByColumn
The header of the column to sort results by. Sets OrderByPosition to false.
OrderByPosition
If true, then results will be ordered by the position in the spreadsheet. Sets OrderByColumn to null.
Query
Accessor method public string Query.
(Inherited from FeedQuery.)
Reverse
If true, then however the results are ordered will be reversed.
SpreadsheetQuery
A spreadsheet query string, if set to a non-null value, then the FullTextQuery will be set to null
StartDate
set's the mininum daterange value for the updated element
(Inherited from FeedQuery.)
StartIndex
Accessor method public int StartIndex.
(Inherited from FeedQuery.)
Uri
We do not hold on to the precalculated Uri. It's safer and cheaper to calculate this on the fly. Setting this loses the base Uri. Note that the result of this is effected by the UseSSL flag. so if you created this with a NON ssl string, but the flag states you want to use SSL, this will result in an HTTPS URI
(Inherited from FeedQuery.)
UseSSL
indicates if constructed feed URIs should use http or https - if you pass in a full URI, this one will get changed from http to https or the other way round. This is mostly relevant for hosted domains.
(Inherited from FeedQuery.)

See Also