Class ActionBase
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
IsAuthority
public bool IsAuthority { get; }
Property Value
Logo
页面显示图标
public string Logo { get; set; }
Property Value
Parameter
public object[] Parameter { get; set; }
Property Value
- object[]
Tag
public object Tag { get; set; }
Property Value
Methods
GetActionResult()
public abstract Task<IActionResult> GetActionResult()