Class McAbcCyclicPathSemantic
public class McAbcCyclicPathSemantic : INcSemantic, IToXElement
- Inheritance
-
McAbcCyclicPathSemantic
- Implements
- Inherited Members
- Extension Methods
Constructors
McAbcCyclicPathSemantic()
public McAbcCyclicPathSemantic()
Properties
DisplayName
The builder process name shown on UI.
public string DisplayName { get; }
Property Value
XName
public static string XName { get; }
Property Value
Methods
Build(LazyLinkedListNode<SemanticPiece>)
Refine SemanticPiece.ClaimList of the node.
public void Build(LazyLinkedListNode<SemanticPiece> semanticPieceNode)
Parameters
semanticPieceNodeLazyLinkedListNode<SemanticPiece>
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()