Click or drag to resize

IgnitionQueryRequest Class

Represents a request to query NetFORUM data
Inheritance Hierarchy
SystemObject
  Ignition.Framework.RepositoriesIgnitionQueryRequest

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public class IgnitionQueryRequest

The IgnitionQueryRequest type exposes the following members.

Constructors
 NameDescription
Public methodIgnitionQueryRequest Default constructor
Top
Properties
 NameDescription
Public propertyEntityType Type of entity to retrieve
Public propertyFilter FQL-based filter to limit the query results
Public propertyPageNumber If paging results, which zero-based page to return; otherwise 0
Public propertyPageSize If paging results, the number of results to return in a page; otherwise 0
Public propertySubEntityFetchPlan Fetch plan describing how sub-entities should be retrieved
Top
See Also