Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
JustPressPlay
ViewModels
LayoutViewModel
C# Class JustPressPlay.ViewModels.LayoutViewModel
Holds basic info about a user that we might need on any given page
Mostrar archivo
Open project: RIT-MAGIC/JustPressPlay
Class Usage Examples
Public Methods
Method
Description
Populate
(
UnitOfWork
work
= null ) :
LayoutViewModel
Fills in any required user data for this view model
Method Details
Populate()
public
static
method
Fills in any required user data for this view model
public
static
Populate
(
UnitOfWork
work
= null ) :
LayoutViewModel
work
JustPressPlay.Models.Repositories.UnitOfWork
The Unit of Work for DB access
return
LayoutViewModel