C# Class TheAirline.GUIModel.PagesModel.RoutesPageModel.HumanRouteMVVM

Exibir arquivo Open project: TheAirlineProject/tap-desktop Class Usage Examples

Public Properties

Property Type Description
FeedbackTypes List>.Dictionary

Public Methods

Method Description
HumanRouteMVVM ( Route route ) : System
setFeedback ( ) : void

Private Methods

Method Description
getFeedbackText ( string type, double score ) : string

Method Details

HumanRouteMVVM() public method

public HumanRouteMVVM ( Route route ) : System
route TheAirline.Models.Routes.Route
return System

setFeedback() public method

public setFeedback ( ) : void
return void

Property Details

FeedbackTypes public_oe property

public Dictionary> FeedbackTypes
return List>.Dictionary