C# Class JabbrMobile.Common.ViewModels.RoomListViewModel

Inheritance: BaseViewModel
Datei anzeigen Open project: Redth/JabbRIsMobile Class Usage Examples

Public Methods

Method Description
LoadRooms ( ) : System.Threading.Tasks.Task
RoomListViewModel ( ) : System

Protected Methods

Method Description
InitFromBundle ( IMvxBundle parameters ) : void

Method Details

InitFromBundle() protected method

protected InitFromBundle ( IMvxBundle parameters ) : void
parameters IMvxBundle
return void

LoadRooms() public method

public LoadRooms ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RoomListViewModel() public method

public RoomListViewModel ( ) : System
return System