Class FlagSyntax
- Namespace
- Hi.Numerical.SoftParsers.SyntaxBased
- Assembly
- HiMech.dll
Syntax of fully Match flag.
public class FlagSyntax : INcSyntax
- Inheritance
-
FlagSyntax
- Implements
- Inherited Members
- Extension Methods
Constructors
FlagSyntax(IEnumerable<string>, IEnumerable<string>)
public FlagSyntax(IEnumerable<string> categoryPath, IEnumerable<string> flags)
Parameters
categoryPathIEnumerable<string>flagsIEnumerable<string>
Properties
CategoryPath
public List<string> CategoryPath { get; set; }
Property Value
FlagList
public List<string> FlagList { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Methods
ToArranged(JsonObject)
Get arranged json from src.
public JsonObject ToArranged(JsonObject src)
Parameters
srcJsonObject