Class Survey
public class Survey : NotifyPropertyChangedBase, INotifyPropertyChanged
- Inheritance
-
Survey
- Implements
- Inherited Members
- Extension Methods
Constructors
Survey()
public Survey()
Properties
NextCommand
public RelayCommand NextCommand { get; }
Property Value
PreviousCommand
public RelayCommand PreviousCommand { get; }
Property Value
Qusitions
public ObservableCollection<Qusition> Qusitions { get; set; }
Property Value
SelectedIndex
public int SelectedIndex { get; set; }
Property Value
SumitCommand
public RelayCommand SumitCommand { get; }
Property Value
Methods
ToJson()
public string ToJson()