Table of Contents

Class FormulaVersion2FormulaParameterModel

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

Properties

DistributeType

下发类型.

public FormulaParameterDistributeType DistributeType { get; set; }

Property Value

FormulaParameterDistributeType

FormulaVersionId

配方版本Id.

public Guid FormulaVersionId { get; set; }

Property Value

Guid

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

Value

设定值

public string? Value { get; set; }

Property Value

string

WorkSectionId

工序Id.

public Guid WorkSectionId { get; set; }

Property Value

Guid