C# Class Aperea.Infrastructure.Mappings.AutoMapperLinqProjection

Datei anzeigen Open project: DerAlbertCom/ApereaFramework

Public Methods

Method Description
AutoMapperLinqProjection ( Type destinationType, Type sourceType ) : System
LinqProjection ( IQueryable model ) : object

Private Methods

Method Description
GetSourceType ( object model ) : Type

Method Details

AutoMapperLinqProjection() public method

public AutoMapperLinqProjection ( Type destinationType, Type sourceType ) : System
destinationType System.Type
sourceType System.Type
return System

LinqProjection() public method

public LinqProjection ( IQueryable model ) : object
model IQueryable
return object