Template Documentation
GenericServiceTModel, TEntityToModelEnumerable Method |
Convert
Namespace: Template.Service.Core
Assembly: Template.Service (in Template.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual IEnumerable<TModel> ToModelEnumerable( IEnumerable<TEntity> enumEntity )
Parameters
- enumEntity
- Type: System.Collections.GenericIEnumerableTEntity
Return Value
Type: IEnumerableTModelThe IEnumerable of models
Implements
IAutoMapperTModel, TEntityToModelEnumerable(IEnumerableTEntity)See Also