Class Registry
Inheritance
System.Object
Registry
Assembly: Libplanet.Action.dll
Syntax
public static class Registry : object
Fields
|
Improve this Doc
View Source
Types
Declaration
public static readonly Dictionary<IValue, Type> Types
Field Value
Type |
Description |
Dictionary<IValue, Type> |
|
Methods
|
Improve this Doc
View Source
Deserialize(IValue)
Declaration
public static IAction Deserialize(IValue serialized)
Parameters
Type |
Name |
Description |
IValue |
serialized |
|
Returns
|
Improve this Doc
View Source
IsSystemAction(IValue)
Declaration
public static bool IsSystemAction(IValue value)
Parameters
Type |
Name |
Description |
IValue |
value |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSystemAction(IAction)
Declaration
public static bool IsSystemAction(IAction action)
Parameters
Type |
Name |
Description |
IAction |
action |
|
Returns
Type |
Description |
System.Boolean |
|