Interface IEntityDefinitionQueryResult
A query result containing IEntityDefinitions.
Inherited Members
Namespace: Stylelabs.M.Sdk.Contracts.Querying
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IEntityDefinitionQueryResult : IQueryResult<IEntityDefinition>, IQueryResult
Methods
CreateIterator()
Creates an iterator you can easily iterate over the query results. The iterator can go back and forth all pages/batches of the query result.
Declaration
IEntityDefinitionIterator CreateIterator()
Returns
Type | Description |
---|---|
IEntityDefinitionIterator |
Can we improve this article ? Provide feedback