Table of Contents

Class Formula2ProductModel

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

配方关联的产品模型.

public class Formula2ProductModel
Inheritance
Formula2ProductModel
Inherited Members

Properties

FormulaId

配方Id.

public Guid FormulaId { get; set; }

Property Value

Guid

Id

唯一标识.

public Guid Id { get; set; }

Property Value

Guid

ProductId

产品Id.

public Guid ProductId { get; set; }

Property Value

Guid

ProductModel

产品型号.

public string ProductModel { get; set; }

Property Value

string

ProductName

产品名称.

public string ProductName { get; set; }

Property Value

string

Methods

Clone()

public Formula2ProductModel Clone()

Returns

Formula2ProductModel