The EventQuery type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EventQuery | Overloaded. |
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.) | |
| EndTime |
EndTime, this effects the start-max parameter of the uri
Together with start-min creates a timespan such that
only events that are within the timespan are returned.
If not specified, default start-max is 2031-01-01.
| |
| Etag | (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.) | |
| FutureEvents | Decides wether events in the past should be returned. Defa | |
| 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.) | |
| RecurrenceEnd |
RecurrenceEnd, effects the recurrance-expansion-end parameter
Specifies ending of time period for which to expand recurring events.
| |
| RecurrenceStart |
RecurrenceStart, effects the recurrance-expansion-start parameter
Specifies beginning of time period for which to expand recurring events.
| |
| SingleEvents | Decides wether recurring events should be expanded or not | |
| SortOrder | indicates the sortorder of the returned feed | |
| StartDate | set's the mininum daterange value for the updated element (Inherited from FeedQuery.) | |
| StartIndex | Accessor method public int StartIndex. (Inherited from FeedQuery.) | |
| StartTime |
StartTime, this effects the start-min parameter of the uri
Together with start-max creates a timespan such that only
events that are within the timespan are returned.
If not specified, default start-min is 1970-01-01.
| |
| TimeZone | this indicates the ctz parameter in the query. It
allows you specify the timezone that is used to calculate the
start/end times for events | |
| 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.) |