|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Models Namespace > LogicModelDetail Class > LogicModelDetail Constructor > LogicModelDetail Constructor (Guid, String, String) |
Initializes a new instance of the LogicModelDetail class.
Namespace: BNCS.Logic.Models
Assembly: BNCS.Logic.Models (in BNCS.Logic.Models.dll)
public LogicModelDetail(
Guid modelId,
string modelHash,
string modelName
)
modelId
Type: Guid
The unique identifier for the model.
modelHash
Type: String
The hash value representing the model's data integrity.
modelName
Type: String
The name of the model.