Table of Contents

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

int

Collection

[Browsable(false)]
public ObservableCollection<ErrorMessage> Collection { get; set; }

Property Value

ObservableCollection<ErrorMessage>

Methods

AddMessage(Exception, string, string)

public void AddMessage(Exception ex, string data = null, string title = "错误消息")

Parameters

ex Exception
data string
title string

AddMessage(string, string)

public void AddMessage(string data, string title = "错误消息")

Parameters

data string
title string