Table of Contents

Class FeedbackViewPresenter

Namespace
HeBianGu.Systems.Feedback
Assembly
HeBianGu.Systems.Feedback.dll
public class FeedbackViewPresenter : ServiceMvpSettingBase<FeedbackViewPresenter, IFeedbackViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IFeedbackViewPresenter, IInvokePresenter, IViewPresenter, IFeedbackViewPresenterOption, IMvpSettingOption, ISettingOption
Inheritance
FeedbackViewPresenter
Implements
Inherited Members
Extension Methods

Properties

Contact

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

Property Value

string

DialogMode

[Browsable(false)]
[Display(Name = "显示方式")]
public DialogMode DialogMode { get; set; }

Property Value

DialogMode

ImageData

[Browsable(false)]
[Display(Name = "显示标题")]
public string ImageData { get; set; }

Property Value

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

YourName

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

Property Value

string

Methods

Invoke(out string)

public override bool Invoke(out string message)

Parameters

message string

Returns

bool