Table of Contents

Class SyntaxPiece

Namespace
Hi.NcParsers.Syntaxs
Assembly
HiMech.dll
public class SyntaxPiece
Inheritance
SyntaxPiece
Inherited Members
Extension Methods

Remarks

The design pattern of Sentence and JsonObject are one-one mapping.

Constructors

SyntaxPiece(Sentence, JsonObject)

public SyntaxPiece(Sentence sentence, JsonObject jsonObject)

Parameters

sentence Sentence
jsonObject JsonObject

Properties

JsonObject

public JsonObject JsonObject { get; set; }

Property Value

JsonObject

Sentence

public Sentence Sentence { get; set; }

Property Value

Sentence