Show / Hide Table of Contents

Class NullAction

An action implementation which does nothing for filling type parameter taking of IAction.

Inheritance
Object
NullAction
Implements
IAction
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Action
Assembly: Libplanet.dll
Syntax
public class NullAction : IAction

Constructors

| Improve this Doc View Source

NullAction()

Declaration
public NullAction()

Properties

| Improve this Doc View Source

PlainValue

Declaration
public IValue PlainValue { get; }
Property Value
Type Description
IValue

Methods

| Improve this Doc View Source

Execute(IActionContext)

Declaration
public IAccountStateDelta Execute(IActionContext context)
Parameters
Type Name Description
IActionContext context
Returns
Type Description
IAccountStateDelta
| Improve this Doc View Source

LoadPlainValue(IValue)

Declaration
public void LoadPlainValue(IValue plainValue)
Parameters
Type Name Description
IValue plainValue

Implements

IAction
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium