Class FeatureXyzSemantic
- Namespace
- Hi.Numerical.SoftParsers.Semantics
- Assembly
- HiMech.dll
public class FeatureXyzSemantic : INcSemantic, IToXElement
- Inheritance
-
FeatureXyzSemantic
- Implements
- Inherited Members
- Extension Methods
Properties
AvailableJsonPathList
Available Json Path List to resolve semantic.
public List<string> AvailableJsonPathList { get; }
Property Value
DisplayName
The builder process name shown on UI.
public string DisplayName { get; }
Property Value
XName
public static string XName { get; }
Property Value
Methods
Build(LinkedListNode<ClaimPiece>)
Refine ClaimPiece.ClaimList of the node.
public void Build(LinkedListNode<ClaimPiece> claimPieceNode)
Parameters
claimPieceNodeLinkedListNode<ClaimPiece>
Remarks
Since the building process may require the information of the related node, a whole node is passed in.
ToXElement()
Get the XElement to represent the object.
public XElement ToXElement()