Class ClaimPiece
- Namespace
- Hi.Numerical.SoftParsers.Claims
- Assembly
- HiMech.dll
public class ClaimPiece
- Inheritance
-
ClaimPiece
- Inherited Members
- Extension Methods
Remarks
The design pattern of Sentence, JsonObject and SentenceClaim are one-one-one mapping.
Constructors
ClaimPiece(Sentence, JsonObject)
public ClaimPiece(Sentence sentence, JsonObject jsonObject)
Parameters
sentenceSentencejsonObjectJsonObject
Properties
ClaimList
public List<IClaim> ClaimList { get; }
Property Value
JsonObject
public JsonObject JsonObject { get; set; }
Property Value
Sentence
public Sentence Sentence { get; set; }