Class Root
- Namespace
- Hi.Numerical.SoftParsers.Keywords
- Assembly
- HiMech.dll
public class Root
- Inheritance
-
Root
- Inherited Members
- Extension Methods
Remarks
Special class that only the name of this class in the category not shown in the json head since the object is json root.
Properties
Flags
Known flags that it takes effect.
public List<string> Flags { get; set; }
Property Value
Ignored
Known text but sure to skip. The text is maybe symbols, a block of words, etc.
public string Ignored { get; set; }
Property Value
Skipped
Known text but sure to skip. The text is maybe symbols, a block of words, etc.
public string Skipped { get; set; }
Property Value
SkippedFlags
Known flags and sure to skip.
public List<string> SkippedFlags { get; set; }
Property Value
UnExpectedFlags
known flags but not shown on an expected way.
public List<string> UnExpectedFlags { get; set; }
Property Value
UnManagedText
public string UnManagedText { get; set; }
Property Value
UnSupported
public string UnSupported { get; set; }
Property Value
UnSupportedFlags
Known flags but not support.
public List<string> UnSupportedFlags { get; set; }
Property Value
UnknownFlags
Unknown flags.
public List<string> UnknownFlags { get; set; }