BaseSubmissionQuery Membersfrevvo Live Forms

The BaseSubmissionQuery type exposes the following members.
Constructors

  NameDescription
Public methodBaseSubmissionQuery 
Default constructor.
Public methodBaseSubmissionQuery(String, String)
Constructs an instance having the specified attributes.
Back to Top
Methods

  NameDescription
Protected methodCalculateQuery
Calculates a query string based on the filter and order by settings.
(Overrides FeedQueryCalculateQuery(String).)
Protected methodReset
Resets the filter and order by values.
(Overrides FeedQueryReset .)
Back to Top
Fields

  NameDescription
Public fieldStatic memberFILTER_CMD_STRING
Static string for filter query command
Public fieldStatic memberORDERBY_CMD_STRING
Static string for order-by query command
Back to Top
Properties

  NameDescription
Public propertyFilters
{get;set;} the filter values.
Public propertyOrderBy
{get;set;} the order by value.
Back to Top
See Also