Table of Contents

Class CMSPluginMaterialManagementOptions

Namespace
CMS.Plugin.MaterialManagement.Abstractions
Assembly
CMS.Plugin.MaterialManagement.Abstractions.dll
public class CMSPluginMaterialManagementOptions
Inheritance
CMSPluginMaterialManagementOptions
Inherited Members

Constructors

CMSPluginMaterialManagementOptions()

public CMSPluginMaterialManagementOptions()

Properties

AllowMultipleBOMsForTheSameProductModel

允许同一产品型号多个 BOM

public bool AllowMultipleBOMsForTheSameProductModel { get; set; }

Property Value

bool

BillOfMaterialExtraProperties

Bom扩展属性

public List<ExtraProperty> BillOfMaterialExtraProperties { get; set; }

Property Value

List<ExtraProperty>

BillOfMaterialItemExtraProperties

Bom明细扩展属性

public List<ExtraProperty> BillOfMaterialItemExtraProperties { get; set; }

Property Value

List<ExtraProperty>

CheckUnassociatedBarcodeVerificationRule

校验物料明细编号未关联条码校验规则 *请勿直接或者此值作为计算逻辑,此值会被主动的Setting配置值所覆盖.

public bool CheckUnassociatedBarcodeVerificationRule { get; set; }

Property Value

bool

MaterialDetailExtraProperties

物料明细扩展属性(*PropertyName不能与MaterialExtraProperties扩展的相同).

public List<ExtraProperty> MaterialDetailExtraProperties { get; set; }

Property Value

List<ExtraProperty>

MaterialExtraProperties

物料扩展属性(*PropertyName不能与MaterialDetailExtraProperties扩展的相同).

public List<ExtraProperty> MaterialExtraProperties { get; set; }

Property Value

List<ExtraProperty>

MaterialManagementPluginPath

物料管理插件路径

public string MaterialManagementPluginPath { get; set; }

Property Value

string

MockMaterialModels

模拟物料列表

[Obsolete("不再处理该逻辑")]
public List<MaterialModel>? MockMaterialModels { get; set; }

Property Value

List<MaterialModel>