Table of Contents

Class Survey

Namespace
HeBianGu.Systems.Survey
Assembly
HeBianGu.Systems.Survey.dll
public class Survey : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance
Survey
Implements
Inherited Members
Extension Methods

Constructors

Survey()

public Survey()

Properties

NextCommand

public RelayCommand NextCommand { get; }

Property Value

RelayCommand

PreviousCommand

public RelayCommand PreviousCommand { get; }

Property Value

RelayCommand

Qusitions

public ObservableCollection<Qusition> Qusitions { get; set; }

Property Value

ObservableCollection<Qusition>

SelectedIndex

public int SelectedIndex { get; set; }

Property Value

int

SumitCommand

public RelayCommand SumitCommand { get; }

Property Value

RelayCommand

Methods

ToJson()

public string ToJson()

Returns

string