C# Class SevenDigital.Mapper.Persistence.Repository

Inheritance: IRepository
Mostrar archivo Open project: 7digital/sevendigital-mapper Class Usage Examples

Public Methods

Method Description
GetBy ( IMatchableMapping mapping ) : IMapping
ListAll ( ) : IEnumerable
Repository ( IEnumerable list ) : System.Collections.Generic

Method Details

GetBy() public method

public GetBy ( IMatchableMapping mapping ) : IMapping
mapping IMatchableMapping
return IMapping

ListAll() public method

public ListAll ( ) : IEnumerable
return IEnumerable

Repository() public method

public Repository ( IEnumerable list ) : System.Collections.Generic
list IEnumerable
return System.Collections.Generic