C# Class MicroManagement.Desktop.ViewModels.ViewEmployeeViewModel

Inheritance: Caliburn.Micro.Screen
显示文件 Open project: jenspettersson/Caliburn.Micro.Labs

Private Properties

Property Type Description

Public Methods

Method Description
Back ( ) : IEnumerable
WithEmployee ( EmployeeReport employee ) : void

Protected Methods

Method Description
OnActivate ( ) : void

Method Details

Back() public method

public Back ( ) : IEnumerable
return IEnumerable

OnActivate() protected method

protected OnActivate ( ) : void
return void

WithEmployee() public method

public WithEmployee ( EmployeeReport employee ) : void
employee EmployeeReport
return void