C# 클래스 Queue.Terminal.ViewModels.SelectServiceViewModel

상속: Queue.UI.WPF.RichViewModel
파일 보기 프로젝트 열기: breslavsky/queue 1 사용 예제들

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