C# Class SevenDigital.Mapper.Persistence.Repository

Inheritance: IRepository
Afficher le fichier Open project: 7digital/sevendigital-mapper Class Usage Examples

Méthodes publiques

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

Method Details

GetBy() public méthode

public GetBy ( IMatchableMapping mapping ) : IMapping
mapping IMatchableMapping
Résultat IMapping

ListAll() public méthode

public ListAll ( ) : IEnumerable
Résultat IEnumerable

Repository() public méthode

public Repository ( IEnumerable list ) : System.Collections.Generic
list IEnumerable
Résultat System.Collections.Generic