C# Класс Queue.Terminal.ViewModels.SelectServiceViewModel

Наследование: Queue.UI.WPF.RichViewModel
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
SelectServiceViewModel ( ) : Junte.UI.WPF

Приватные методы

Метод Описание
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

Описание методов

SelectServiceViewModel() публичный Метод

public SelectServiceViewModel ( ) : Junte.UI.WPF
Результат Junte.UI.WPF