C# Class NSBManager.UserInterface.ViewModels.ServerViewModel

Inheritance: Screen
Show file Open project: andreasohlund/NSBManager

Public Methods

Method Description
ServerViewModel ( IPhysicalModel physicalModel ) : System.Linq
ShowServerDetails ( Server server ) : void

Private Methods

Method Description
RefreshServersFromPhysicalModel ( ) : void

Method Details

ServerViewModel() public method

public ServerViewModel ( IPhysicalModel physicalModel ) : System.Linq
physicalModel IPhysicalModel
return System.Linq

ShowServerDetails() public method

public ShowServerDetails ( Server server ) : void
server NSBManager.UserInterface.PhysicalModule.Model.Server
return void