C# Class Todo.Services.DataMapper

Class for mapping entities to DTOs and vice versa.
Afficher le fichier Open project: ChristianWeyer/tUdUs

Méthodes publiques

Méthode Description
Map ( this items ) : IEnumerable

Maps the specified items.

Map ( this items ) : IEnumerable

Maps the specified items.

Map ( this items ) : IQueryable

Maps the specified items.

Map ( this item ) : TodoItem

Maps the specified item.

Map ( this item ) : TodoItemDto

Maps the specified item.

Private Methods

Méthode Description
DataMapper ( ) : System.Collections.Generic

Method Details

Map() public static méthode

Maps the specified items.
public static Map ( this items ) : IEnumerable
items this The items.
Résultat IEnumerable

Map() public static méthode

Maps the specified items.
public static Map ( this items ) : IEnumerable
items this The items.
Résultat IEnumerable

Map() public static méthode

Maps the specified items.
public static Map ( this items ) : IQueryable
items this The items.
Résultat IQueryable

Map() public static méthode

Maps the specified item.
public static Map ( this item ) : TodoItem
item this The item.
Résultat Todo.Entities.TodoItem

Map() public static méthode

Maps the specified item.
public static Map ( this item ) : TodoItemDto
item this The item.
Résultat Todo.Contracts.TodoItemDto