Table of Contents

Class FormulaVersion2ProcessParameterModel

Namespace
CMS.Plugin.FormulaManagement.Abstractions.Models.FormulaVersions
Assembly
CMS.Plugin.FormulaManagement.Abstractions.dll
public class FormulaVersion2ProcessParameterModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
FormulaVersion2ProcessParameterModel
Implements
IHasExtraProperties
Inherited Members

Properties

FormulaVersionId

配方版本Id.

public Guid FormulaVersionId { get; set; }

Property Value

Guid

Lower

下限

public double? Lower { get; set; }

Property Value

double?

ParameterId

参数Id

public string ParameterId { get; set; }

Property Value

string

ParameterName

参数名称

public string ParameterName { get; set; }

Property Value

string

Sort

排序

public int Sort { get; set; }

Property Value

int

Upper

上限

public double? Upper { get; set; }

Property Value

double?

Value

标准值

public string? Value { get; set; }

Property Value

string

WorkSectionId

工序Id.

public Guid WorkSectionId { get; set; }

Property Value

Guid