C# 클래스 JustPressPlay.ViewModels.AchievementViewModel

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Populates an achievement view model with information about a single achievement

메소드 상세

Populate() 공개 정적인 메소드

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