C# Class Queue.Terminal.ViewModels.SelectServiceViewModel

Inheritance: Queue.UI.WPF.RichViewModel
显示文件 Open project: breslavsky/queue Class Usage Examples

Private Properties

Property Type Description
AddServicesToButtons void
CreateControlsForGroupsAndServices Queue.Terminal.UserControls.SelectServiceButton[]
CreateSelectServiceButton Queue.Terminal.UserControls.SelectServiceButton
LoadRootServiceGroups void
LoadServiceGroup void
Loaded void
OnServiceGroupSelected void
RenderServices void
SetSelectedService void
Unloaded void

Public Methods

Method Description
SelectServiceViewModel ( ) : Junte.UI.WPF

Private Methods

Method Description
AddServicesToButtons ( Service services, List buttons ) : void
CreateControlsForGroupsAndServices ( ServiceGroup groups, Service services ) : Queue.Terminal.UserControls.SelectServiceButton[]
CreateSelectServiceButton ( string code, string name, string color, float fontSize, EventHandler onSelected ) : SelectServiceButton
LoadRootServiceGroups ( ) : void
LoadServiceGroup ( System.Guid serviceGroupId, int cols, int rows ) : void
Loaded ( ) : void
OnServiceGroupSelected ( ServiceGroup group ) : void
RenderServices ( SelectServiceButton services, int cols, int rows ) : void
SetSelectedService ( Service service ) : void
Unloaded ( ) : void

Method Details

SelectServiceViewModel() public method

public SelectServiceViewModel ( ) : Junte.UI.WPF
return Junte.UI.WPF