Table of Contents

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

name string
value double
diffValue double
weight double

Properties

DiffValue

public double DiffValue { get; }

Property Value

double

Name

public string Name { get; }

Property Value

string

Value

public double Value { get; }

Property Value

double

Weight

public double Weight { get; }

Property Value

double