Class Item
- Namespace
- MES.MQC.FactLayerLibrary.Models
- Assembly
- MES.MQC.FactLayerLibrary.dll
public class Item
- Inheritance
-
Item
- Inherited Members
Constructors
Item(string, double, double, double)
[JsonConstructor]
public Item(string name, double value, double diffValue, double weight = 1)
Parameters
Properties
DiffValue
public double DiffValue { get; }
Property Value
Name
public string Name { get; }
Property Value
Value
public double Value { get; }
Property Value
Weight
public double Weight { get; }