Table of Contents

Class QualityParameterSettingModel

Namespace
CMS.Plugin.SPCAnalysis.Abstractions.Models
Assembly
CMS.Plugin.SPCAnalysis.Abstractions.dll

QualityParameterSettingModel

public class QualityParameterSettingModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
QualityParameterSettingModel
Implements
IHasExtraProperties
Inherited Members

Properties

ChartType

控制图类型

public ControlchartType ChartType { get; set; }

Property Value

ControlchartType

FormulaVersionId

配方版本Id

public Guid FormulaVersionId { get; set; }

Property Value

Guid

FormulaVersionName

配方版本名称

public string FormulaVersionName { get; set; }

Property Value

string

Id

唯一标识符

public int Id { get; set; }

Property Value

int

LowerSpecificationLimit

规格下限

public double? LowerSpecificationLimit { get; set; }

Property Value

double?

ParameterKey

参数Key

public string ParameterKey { get; set; }

Property Value

string

ParameterName

参数名

public string ParameterName { get; set; }

Property Value

string

ProductId

产品型号Id

public Guid ProductId { get; set; }

Property Value

Guid

ProductModel

产品型号

public string ProductModel { get; set; }

Property Value

string

SubgroupSize

子组大小

public int? SubgroupSize { get; set; }

Property Value

int?

TargetValue

目标值

public double? TargetValue { get; set; }

Property Value

double?

UpperSpecificationLimit

规格上限

public double? UpperSpecificationLimit { get; set; }

Property Value

double?

WorkSectionId

工序Id

public Guid WorkSectionId { get; set; }

Property Value

Guid

WorkSectionName

工序名称

public string WorkSectionName { get; set; }

Property Value

string