Class BlockEntry
- Namespace
- Hi.Numerical.SoftParsers.Cmds
- Assembly
- HiMech.dll
public class BlockEntry
- Inheritance
-
BlockEntry
- Inherited Members
- Extension Methods
Remarks
The design pattern of RawNcBlock, JsonNode and CmdBlock are one-one-one mapping.
Constructors
BlockEntry(RawBlock, JsonNode, CmdBlock)
public BlockEntry(RawBlock rawNcBlock, JsonNode jsonNode, CmdBlock cmdBlock)
Parameters
Properties
CmdBlock
public CmdBlock CmdBlock { get; set; }
Property Value
JsonNode
public JsonNode JsonNode { get; set; }
Property Value
RawNcBlock
public RawBlock RawNcBlock { get; set; }