Struct PathAction
Data to store reaction name/path and runtime logic
Assembly: cs.temp.dll.dll
Syntax
Constructors
Declaration
public PathAction(string path, Action<FuncInput> act, SUCompatibility_ID compatibility = SUCompatibility_ID.Both)
Parameters
Declaration
public PathAction(string path, List<PathField> fields, Action<FuncInput> act, SUCompatibility_ID compatibility = SUCompatibility_ID.Both)
Parameters
Properties
Action
Declaration
public Action<FuncInput> Action { get; }
Property Value
Compatibility
Declaration
public SUCompatibility_ID Compatibility { get; }
Property Value
Fields
Declaration
public List<PathField> Fields { get; }
Property Value
Path
Declaration
public string Path { get; }
Property Value