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