Class FeedbackViewPresenter
[Display(Name = "意见反馈", GroupName = "系统设置", Description = "点击显示意见反馈")]
public class FeedbackViewPresenter : BindableBase, INotifyPropertyChanged, IFeedbackViewPresenter
- Inheritance
-
FeedbackViewPresenter
- Implements
- Inherited Members
- Extension Methods
Properties
AddFilesCommand
public RelayCommand AddFilesCommand { get; }
Property Value
Contact
[Browsable(false)]
[Display(Name = "联系方式")]
public string Contact { get; set; }
Property Value
Files
public ObservableCollection<string> Files { get; set; }
Property Value
Text
[Browsable(false)]
[Display(Name = "问题描述")]
public string Text { get; set; }
Property Value
Title
[Display(Name = "您的称呼")]
public string Title { get; set; }