Table of Contents

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

List<string>

Ignored

Known text but sure to skip. The text is maybe symbols, a block of words, etc.

public string Ignored { get; set; }

Property Value

string

Skipped

Known text but sure to skip. The text is maybe symbols, a block of words, etc.

public string Skipped { get; set; }

Property Value

string

SkippedFlags

Known flags and sure to skip.

public List<string> SkippedFlags { get; set; }

Property Value

List<string>

UnExpectedFlags

known flags but not shown on an expected way.

public List<string> UnExpectedFlags { get; set; }

Property Value

List<string>

UnManagedText

public string UnManagedText { get; set; }

Property Value

string

UnSupported

public string UnSupported { get; set; }

Property Value

string

UnSupportedFlags

Known flags but not support.

public List<string> UnSupportedFlags { get; set; }

Property Value

List<string>

UnknownFlags

Unknown flags.

public List<string> UnknownFlags { get; set; }

Property Value

List<string>