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
Mostrar archivo Open project: INSM/INSM-Template-API

Public Methods

Method Description
SurveyTemplate ( ) : System

Private Methods

Method 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 method

public SurveyTemplate ( ) : System
return System