Method GetEntityNodeCollectionAsync

GetEntityNodeCollectionAsync(EntityType, int, CancellationToken)

Returns a model entity node collection according to the given entity type and entity index

Declaration
Task<ISubEntityCollection> GetEntityNodeCollectionAsync(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 node collection according to the given entity type and entity index

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