IModelGetEntityCollectionAsync Method

Returns a model entity collection according to the given entity type

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IEntityCollection> GetEntityCollectionAsync(
	EntityType entityType
)

Parameters

entityType
Type: TSD.API.Remoting.CommonEntityType
The entity type to get a collection of

Return Value

Type: TaskIEntityCollection
A model entity collection
See Also