Table of Contents

Interface IAction

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface IAction
Extension Methods

Properties

DisplayName

页面显示名称

string DisplayName { get; set; }

Property Value

string

页面显示图标

string Logo { get; set; }

Property Value

string

Methods

GetActionResult()

Task<IActionResult> GetActionResult()

Returns

Task<IActionResult>