The DocumentQuery type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DocumentQuery |
Constructor - Sets the base URI
|
Methods
| Name | Description | |
|---|---|---|
| CalculateQuery |
Creates the partial URI query string based on all set properties.
(Overrides FeedQuery..::.CalculateQuery(String).) | |
| Equals | (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.) | |
| InsertionParameter |
checks if the passed in string contains a "?" and if so returns the & as the insertion char
(Inherited from FeedQuery.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseUri | Overloaded. | |
| Reset |
Resets object state to default, as if newly created.
(Overrides FeedQuery..::.Reset()()().) | |
| ToString | (Inherited from Object.) |
Fields
Properties
| Name | Description | |
|---|---|---|
| Author | Accessor method public string Author. (Inherited from FeedQuery.) | |
| BaseAddress |
this will simply return/set the baseUri without any parsing as a string
this is the same as using the constructor for most cases, it is here to allow the creation
of template methods.
(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.) | |
| Etag | (Inherited from FeedQuery.) | |
| Exact |
If true, then only the exact title string will be looked for.
| |
| 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.) | |
| ModifiedSince |
set's the ModifiedSince date. If this is set to something different than
DateTime.MinValue, and the FeedQuery object is used for a Service.Query
call, this will cause an ifmodified Since header to be created.
(Inherited from FeedQuery.) | |
| NumberToRetrieve | Accessor method public int NumberToRetrieve. (Inherited from FeedQuery.) | |
| OAuthRequestorId | set's the OAuth Requestor Identifier. Only useful if
you are using the OAuthFactory as well.
(Inherited from FeedQuery.) | |
| Query | Accessor method public string Query. (Inherited from FeedQuery.) | |
| StartDate | set's the mininum daterange value for the updated element (Inherited from FeedQuery.) | |
| StartIndex | Accessor method public int StartIndex. (Inherited from FeedQuery.) | |
| Title |
The exact or unexact title to query for.
| |
| 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.) |