Table of Contents

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

rawNcBlock RawBlock
jsonNode JsonNode
cmdBlock CmdBlock

Properties

CmdBlock

public CmdBlock CmdBlock { get; set; }

Property Value

CmdBlock

JsonNode

public JsonNode JsonNode { get; set; }

Property Value

JsonNode

RawNcBlock

public RawBlock RawNcBlock { get; set; }

Property Value

RawBlock