![]() | IModelGetEntitySpanCollectionAsync Method |
Returns a model entity span collection according to the given entity type and entity index
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

Task<ISubEntityCollection> GetEntitySpanCollectionAsync( EntityType entityType, int entityIndex )
Parameters
- entityType
- Type: TSD.API.Remoting.CommonEntityType
The entity type - entityIndex
- Type: SystemInt32
The entity index
Return Value
Type: TaskISubEntityCollectionA model entity span collection according to the given entity type and entity index
