Show / Hide Table of Contents

Interface IActionEvaluation

Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public interface IActionEvaluation

Properties

| Improve this Doc View Source

Action

An action data to evaluate. When the InputContext.IsPolicyAction is true, use instead of trying deserialization.

Declaration
IValue Action { get; }
Property Value
Type Description
IValue
| Improve this Doc View Source

Exception

An exception that had risen during evaluation.

Declaration
Exception? Exception { get; }
Property Value
Type Description
System.Nullable<Exception>
| Improve this Doc View Source

InputContext

An input IActionContext to evaluate Action.

Declaration
IActionContext InputContext { get; }
Property Value
Type Description
IActionContext
Remarks

Its property is not consumed yet.

| Improve this Doc View Source

OutputState

The result states that Action makes.

Declaration
IWorld OutputState { get; }
Property Value
Type Description
IWorld
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium