C# 클래스 gitflow_visual_studio.Models.TodoListDto

Data transfer object for TodoList
파일 보기 프로젝트 열기: Granicus/gitflow_visual_studio 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToEntity ( ) : TodoList
TodoListDto ( ) : System
TodoListDto ( TodoList todoList ) : System

메소드 상세

ToEntity() 공개 메소드

public ToEntity ( ) : TodoList
리턴 TodoList

TodoListDto() 공개 메소드

public TodoListDto ( ) : System
리턴 System

TodoListDto() 공개 메소드

public TodoListDto ( TodoList todoList ) : System
todoList TodoList
리턴 System