Show / Hide Table of Contents

Class StoreAction<TState>

Performs an action that can be triggered by the store

Inheritance
System.Object
StoreAction<TState>
Implements
IAction<TState>
IStoreAction<TState>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BlazorFocused
Assembly: BlazorFocused.Store.dll
Syntax
public abstract class StoreAction<TState> : IAction<TState>, IStoreAction<TState>
Type Parameters
Name Description
TState

State of the store data

Properties

| Improve this Doc View Source

State

Declaration
public TState State { get; set; }
Property Value
Type Description
TState

Methods

| Improve this Doc View Source

Execute()

Declaration
public abstract TState Execute()
Returns
Type Description
TState

Implements

IAction<TState>
IStoreAction<TState>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX