Table of Contents

Class FormulaVersionModel

Namespace
CMS.Plugin.FormulaManagement.Abstractions.Models.FormulaVersions
Assembly
CMS.Plugin.FormulaManagement.Abstractions.dll

配方版本模型.

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

Properties

FormulaId

public Guid FormulaId { get; set; }

Property Value

Guid

FormulaVersion2FormulaParameters

关联的配方参数.

public List<FormulaVersion2FormulaParameterModel> FormulaVersion2FormulaParameters { get; set; }

Property Value

List<FormulaVersion2FormulaParameterModel>

FormulaVersion2ProcessParameters

关联的过程参数

public List<FormulaVersion2ProcessParameterModel> FormulaVersion2ProcessParameters { get; set; }

Property Value

List<FormulaVersion2ProcessParameterModel>

Id

public Guid Id { get; set; }

Property Value

Guid

IsCurrentVersion

是否当前版本.

public bool IsCurrentVersion { get; set; }

Property Value

bool

Name

Gets 名称.

public string Name { get; set; }

Property Value

string

Remark

备注

public string Remark { get; set; }

Property Value

string

Sort

顺序.

public int Sort { get; set; }

Property Value

int