Method GetEntitySpanCollectionAsync
GetEntitySpanCollectionAsync(EntityType, int, CancellationToken)
Returns a model entity span collection according to the given entity type and entity index
Declaration
Task<ISubEntityCollection> GetEntitySpanCollectionAsync(EntityType entityType, int entityIndex, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityType | entityType | The entity type |
| int | entityIndex | The entity index |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<ISubEntityCollection> | A model entity span collection according to the given entity type and entity index |