Method GetSubEntitiesAsync

GetSubEntitiesAsync(IEnumerable<IEntity>?, CancellationToken)

Returns sub-entities of the given entities

Declaration
Task<IEnumerable<ISubEntity>> GetSubEntitiesAsync(IEnumerable<IEntity>? entities, CancellationToken cancellationToken = default)
Parameters
Type Name Description
IEnumerable<IEntity> entities

The entities to get sub-entities of

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<IEnumerable<ISubEntity>>

A collection of sub-entities

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next