Class FormulaVersionModel
- 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
FormulaVersion2FormulaParameters
关联的配方参数.
public List<FormulaVersion2FormulaParameterModel> FormulaVersion2FormulaParameters { get; set; }
Property Value
FormulaVersion2ProcessParameters
关联的过程参数
public List<FormulaVersion2ProcessParameterModel> FormulaVersion2ProcessParameters { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
IsCurrentVersion
是否当前版本.
public bool IsCurrentVersion { get; set; }
Property Value
Name
Gets 名称.
public string Name { get; set; }
Property Value
Remark
备注
public string Remark { get; set; }
Property Value
Sort
顺序.
public int Sort { get; set; }