C# Class INSM.Example.Template.SurveyTouch.SurveyTemplate

Template that collects user feedback and sends it to the server. The data is numeric so the AMS will aggregate the data on regions in time segments.
Inheritance: System.Windows.Controls.UserControl, ITemplateControl
Afficher le fichier Open project: INSM/INSM-Template-API

Méthodes publiques

Méthode Description
SurveyTemplate ( ) : System

Private Methods

Méthode Description
HappyButton_Click ( object sender, RoutedEventArgs e ) : void
Increment ( ITemplateProperty property ) : void
NeutralButton_Click ( object sender, RoutedEventArgs e ) : void
SadButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

SurveyTemplate() public méthode

public SurveyTemplate ( ) : System
Résultat System