Table of Contents

Class ActionBase

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public abstract class ActionBase : DisplayerViewModelBase, INotifyPropertyChanged, IDisplayer, IAction, IAuthority
Inheritance
ActionBase
Implements
Derived
Inherited Members
Extension Methods

Properties

DisplayName

页面显示名称

public string DisplayName { get; set; }

Property Value

string

IsAuthority

public bool IsAuthority { get; }

Property Value

bool

页面显示图标

public string Logo { get; set; }

Property Value

string

Parameter

public object[] Parameter { get; set; }

Property Value

object[]

Tag

public object Tag { get; set; }

Property Value

object

Methods

GetActionResult()

public abstract Task<IActionResult> GetActionResult()

Returns

Task<IActionResult>