IgnitionQueryRequest Class

Represents a request to query NetFORUM data

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public class IgnitionQueryRequest
Inheritance
Object    IgnitionQueryRequest

Constructors

IgnitionQueryRequest Default constructor

Properties

EntityType Type of entity to retrieve
Filter FQL-based filter to limit the query results
PageNumber If paging results, which zero-based page to return; otherwise 0
PageSize If paging results, the number of results to return in a page; otherwise 0
SubEntityFetchPlan Fetch plan describing how sub-entities should be retrieved

See Also