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()
System.Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
System.Object.ToString()
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public class NullAction : IAction

Constructors

| Improve this Doc View Source

NullAction()

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

Declaration
public NullAction()

Properties

| Improve this Doc View Source

PlainValue

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

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

Methods

| Improve this Doc View Source

Execute(IActionContext)

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

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

LoadPlainValue(IValue)

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

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

Implements

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