PostQuery.PostQuery Constructor
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Overloads
Post |
Initializes a new instance of the PostQuery class. |
Post |
Initializes a new instance of the PostQuery class with the specified Query. |
Post |
Initializes a new instance of the PostQuery class with the specified QueryOptions. |
PostQuery()
Initializes a new instance of the PostQuery class.
public PostQuery()
PostQuery(Query)
Initializes a new instance of the PostQuery class with the specified Query.
public PostQuery(Query query)
Parameters
- query
- Query
PostQuery(QueryOptions)
Initializes a new instance of the PostQuery class with the specified QueryOptions.
public PostQuery(QueryOptions opts)
Parameters
- opts
- QueryOptions