C# 클래스 Todo.Services.DataMapper

Class for mapping entities to DTOs and vice versa.
파일 보기 프로젝트 열기: ChristianWeyer/tUdUs

공개 메소드들

메소드 설명
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