C# 클래스 JustPressPlay.ViewModels.QuestViewModel

파일 보기 프로젝트 열기: RIT-MAGIC/JustPressPlay

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Populate ( int id, UnitOfWork work = null ) : QuestViewModel

Populates an quest view model with information about a single quest

메소드 상세

Populate() 공개 정적인 메소드

Populates an quest view model with information about a single quest
public static Populate ( int id, UnitOfWork work = null ) : QuestViewModel
id int The id of the quest
work JustPressPlay.Models.Repositories.UnitOfWork The Unit of Work for DB access. If null, one will be created
리턴 QuestViewModel