Table of Contents

Class InvokePresenterBase

Namespace
HeBianGu.Service.Mvp
Assembly
HeBianGu.Service.Mvp.dll
public abstract class InvokePresenterBase : SettingBase, INotifyPropertyChanged, IDisplayer, ISetting, IInvokePresenter, IViewPresenter
Inheritance
InvokePresenterBase
Implements
Derived
Inherited Members
Extension Methods

Properties

Dock

[Display(Name = "停靠方向")]
public Dock Dock { get; set; }

Property Value

Dock

InvokeCommand

[Browsable(false)]
public RelayCommand InvokeCommand { get; }

Property Value

RelayCommand

Methods

Invoke(out string)

public virtual bool Invoke(out string message)

Parameters

message string

Returns

bool

Invoke(out string, object)

public virtual bool Invoke(out string message, object param)

Parameters

message string
param object

Returns

bool

InvokeAsync(object)

public virtual Task<Tuple<bool, string>> InvokeAsync(object param)

Parameters

param object

Returns

Task<Tuple<bool, string>>