CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.RequestParameters Class Reference

Represents a collection of search parameters. More...

Inheritance diagram for CoreTweet.RequestParameters:
CoreTweet.Core.CoreBase

Properties

int MaxResults [get, set]
 Gets or sets the max result count of the request. More...
 
BucketBucket [get, set]
 Gets or sets the bucket of the request. More...
 
DateTime FromDate [get, set]
 Gets or sets the beginning date of the search target of the request. More...
 
DateTime ToDate [get, set]
 Gets or sets the finish date of the search target of the request. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 

Detailed Description

Represents a collection of search parameters.

Property Documentation

◆ Bucket

Bucket? CoreTweet.RequestParameters.Bucket
getset

Gets or sets the bucket of the request.

◆ FromDate

DateTime CoreTweet.RequestParameters.FromDate
getset

Gets or sets the beginning date of the search target of the request.

◆ MaxResults

int CoreTweet.RequestParameters.MaxResults
getset

Gets or sets the max result count of the request.

◆ ToDate

DateTime CoreTweet.RequestParameters.ToDate
getset

Gets or sets the finish date of the search target of the request.


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