Table of Contents

Class FeedbackViewPresenter

Namespace
H.Modules.Feedback
Assembly
H.Modules.Feedback.dll
[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

RelayCommand

Contact

[Browsable(false)]
[Display(Name = "联系方式")]
public string Contact { get; set; }

Property Value

string

Files

public ObservableCollection<string> Files { get; set; }

Property Value

ObservableCollection<string>

Text

[Browsable(false)]
[Display(Name = "问题描述")]
public string Text { get; set; }

Property Value

string

Title

[Display(Name = "您的称呼")]
public string Title { get; set; }

Property Value

string