The BaseSubmissionQuery type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | BaseSubmissionQuery |
Default constructor.
|
![]() | BaseSubmissionQuery(String, String) |
Constructs an instance having the specified attributes.
|
Methods
Name | Description | |
---|---|---|
![]() | CalculateQuery |
Calculates a query string based on the filter and order by settings.
(Overrides FeedQueryCalculateQuery(String).) |
![]() | Reset |
Resets the filter and order by values.
(Overrides FeedQueryReset .) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | FILTER_CMD_STRING | Static string for filter query command |
![]() ![]() | ORDERBY_CMD_STRING | Static string for order-by query command |
Properties
Name | Description | |
---|---|---|
![]() | Filters |
{get;set;} the filter values.
|
![]() | OrderBy |
{get;set;} the order by value.
|
See Also