Table of Contents

Class AsnycProgressViewPresenter

Namespace
HeBianGu.Service.Mvp
Assembly
HeBianGu.Service.Mvp.dll
public class AsnycProgressViewPresenter : ServiceMvpSettingBase<AsnycProgressViewPresenter, IAsnycProgressViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IAsnycProgressViewPresenter, IInvokePresenter, IViewPresenter, IAsnycProgressViewPresenterOption, IMvpSettingOption, ISettingOption
Inheritance
AsnycProgressViewPresenter
Implements
Inherited Members
Extension Methods

Properties

IsBusy

[Browsable(false)]
public bool IsBusy { get; set; }

Property Value

bool

IsIndeterminate

[Browsable(false)]
public bool IsIndeterminate { get; set; }

Property Value

bool

Message

[Browsable(false)]
public string Message { get; set; }

Property Value

string

UseVisibleInBusy

[Display(Name = "启用自动隐藏")]
public bool UseVisibleInBusy { get; set; }

Property Value

bool

Value

[Browsable(false)]
public double Value { get; set; }

Property Value

double

Methods

Enqueue(Action<IAsnycProgressViewPresenter>)

public void Enqueue(Action<IAsnycProgressViewPresenter> action)

Parameters

action Action<IAsnycProgressViewPresenter>

Invoke(out string)

public override bool Invoke(out string message)

Parameters

message string

Returns

bool