IgnitionQueryRequest Constructor

Default constructor

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IgnitionQueryRequest(
	Type entityType,
	string filter = null,
	ISubEntityFetchPlan subEntityFetchPlan = null,
	int pageSize = 0,
	int pageNumber = 0
)

Parameters

entityType  Type
Type of entity to retrieve
filter  String  (Optional)
A FQL-based filter to limit the query results
subEntityFetchPlan  ISubEntityFetchPlan  (Optional)
A fetch plan describing how sub-entities should be retrieved
pageSize  Int32  (Optional)
If paging results, the number of results to return in a page; otherwise 0
pageNumber  Int32  (Optional)
If paging results, which zero-based page to return; otherwise 0

See Also