C# Class Aperea.Infrastructure.Mappings.AutoMapperLinqProjection

Afficher le fichier Open project: DerAlbertCom/ApereaFramework

Méthodes publiques

Méthode Description
AutoMapperLinqProjection ( Type destinationType, Type sourceType ) : System
LinqProjection ( IQueryable model ) : object

Private Methods

Méthode Description
GetSourceType ( object model ) : Type

Method Details

AutoMapperLinqProjection() public méthode

public AutoMapperLinqProjection ( Type destinationType, Type sourceType ) : System
destinationType System.Type
sourceType System.Type
Résultat System

LinqProjection() public méthode

public LinqProjection ( IQueryable model ) : object
model IQueryable
Résultat object