C# 클래스 JustPressPlay.ViewModels.EditUserViewModel

View model for editing a user
파일 보기 프로젝트 열기: RIT-MAGIC/JustPressPlay 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Populates an EditUserViewModel for the specified user

메소드 상세

Populate() 공개 정적인 메소드

Populates an EditUserViewModel for the specified user
public static Populate ( int id, UnitOfWork work = null ) : EditUserViewModel
id int The user's id
work JustPressPlay.Models.Repositories.UnitOfWork The Unit of Work for database access
리턴 EditUserViewModel