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