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
Syntax
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: TaskISubEntityCollection
A model entity span collection according to the given entity type and entity index
See Also