Class FulfilledAction<TArg, TPayload>
An action dispatched when the thunk is fulfilled.
Implements
IEquatable<Action<TPayload>>
IAction<TPayload>
IEquatable<FulfilledAction<TArg, TPayload>>
Inherited Members
Namespace: Unity.AppUI.Redux
Assembly: Unity.AppUI.Redux.dll
Syntax
public class FulfilledAction<TArg, TPayload> : Action<TPayload>, IEquatable<Action>, IEquatable<Action<TPayload>>, IAction<TPayload>, IAction, IEquatable<FulfilledAction<TArg, TPayload>>
Type Parameters
| Name | Description |
|---|---|
| TArg | The type of the argument to pass to the thunk. |
| TPayload | The type of the payload. |
Properties
meta
The metadata of the action.
Declaration
public FulfilledMeta<TArg> meta { get; }
Property Value
| Type | Description |
|---|---|
| FulfilledMeta<TArg> |
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
Equals(FulfilledAction<TArg, TPayload>)
Declaration
public bool Equals(FulfilledAction<TArg, TPayload> other)
Parameters
| Type | Name | Description |
|---|---|---|
| FulfilledAction<TArg, TPayload> | other |
Returns
| Type | Description |
|---|---|
| bool |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int |