C# Class Queue.Terminal.ViewModels.SelectServiceViewModel

Inheritance: Queue.UI.WPF.RichViewModel
Afficher le fichier Open project: breslavsky/queue Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
SelectServiceViewModel ( ) : Junte.UI.WPF

Private Methods

Méthode 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 méthode

public SelectServiceViewModel ( ) : Junte.UI.WPF
Résultat Junte.UI.WPF