C# Класс Todo.Services.DataMapper

Class for mapping entities to DTOs and vice versa.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
DataMapper ( ) : System.Collections.Generic

Описание методов

Map() публичный статический Метод

Maps the specified items.
public static Map ( this items ) : IEnumerable
items this The items.
Результат IEnumerable

Map() публичный статический Метод

Maps the specified items.
public static Map ( this items ) : IEnumerable
items this The items.
Результат IEnumerable

Map() публичный статический Метод

Maps the specified items.
public static Map ( this items ) : IQueryable
items this The items.
Результат IQueryable

Map() публичный статический Метод

Maps the specified item.
public static Map ( this item ) : TodoItem
item this The item.
Результат Todo.Entities.TodoItem

Map() публичный статический Метод

Maps the specified item.
public static Map ( this item ) : TodoItemDto
item this The item.
Результат Todo.Contracts.TodoItemDto