Class ErrorMessageViewPresenter
- Namespace
- HeBianGu.Control.MessageListBox
- Assembly
- HeBianGu.Control.MessageListBox.dll
public class ErrorMessageViewPresenter : ServiceMvpSettingBase<ErrorMessageViewPresenter, IErrorMessageViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IErrorMessageViewPresenter, IInvokePresenter, IViewPresenter, IErrorMessageViewPresenterOption
- Inheritance
-
ErrorMessageViewPresenter
- Implements
- Inherited Members
- Extension Methods
Constructors
ErrorMessageViewPresenter()
public ErrorMessageViewPresenter()
Properties
Capacity
[Range(10, 100)]
public int Capacity { get; set; }
Property Value
Collection
[Browsable(false)]
public ObservableCollection<ErrorMessage> Collection { get; set; }
Property Value
Methods
AddMessage(Exception, string, string)
public void AddMessage(Exception ex, string data = null, string title = "错误消息")
Parameters
AddMessage(string, string)
public void AddMessage(string data, string title = "错误消息")