Class NullAction
An action implementation which does nothing for filling type parameter taking of IAction.
Inheritance
System.Object
NullAction
Implements
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public class NullAction : object, IAction
Constructors
| Improve this Doc View SourceNullAction()
An action implementation which does nothing for filling type parameter taking of IAction.
Declaration
public NullAction()
Properties
| Improve this Doc View SourcePlainValue
An action implementation which does nothing for filling type parameter taking of IAction.
Declaration
public IValue PlainValue { get; }
Property Value
Type | Description |
---|---|
IValue |
Methods
| Improve this Doc View SourceExecute(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 |
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 |
---|---|---|
IValue | plainValue |