Search Results for

    Show / Hide Table of Contents

    Struct PathAction

    Data to store reaction name/path and runtime logic

    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    public struct PathAction

    Constructors

    PathAction(String, Action<FuncInput>, SUCompatibility_ID)

    Declaration
    public PathAction(string path, Action<FuncInput> act, SUCompatibility_ID compatibility = SUCompatibility_ID.Both)
    Parameters
    Type Name Description
    String path
    Action<FuncInput> act
    SUCompatibility_ID compatibility

    PathAction(String, List<PathField>, Action<FuncInput>, SUCompatibility_ID)

    Declaration
    public PathAction(string path, List<PathField> fields, Action<FuncInput> act, SUCompatibility_ID compatibility = SUCompatibility_ID.Both)
    Parameters
    Type Name Description
    String path
    List<PathField> fields
    Action<FuncInput> act
    SUCompatibility_ID compatibility

    Properties

    Action

    Declaration
    public Action<FuncInput> Action { get; }
    Property Value
    Type Description
    Action<FuncInput>

    Compatibility

    Declaration
    public SUCompatibility_ID Compatibility { get; }
    Property Value
    Type Description
    SUCompatibility_ID

    Fields

    Declaration
    public List<PathField> Fields { get; }
    Property Value
    Type Description
    List<PathField>

    Path

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    String
    In This Article
    • Constructors
      • PathAction(String, Action<FuncInput>, SUCompatibility_ID)
      • PathAction(String, List<PathField>, Action<FuncInput>, SUCompatibility_ID)
    • Properties
      • Action
      • Compatibility
      • Fields
      • Path
    Back to top Copyright © 2021 ATStudio