Table of Contents

Class BarcodeVerificationBaseModel

Namespace
CMS.Plugin.BarcodeManagement.Abstractions.Models
Assembly
CMS.Plugin.BarcodeManagement.Abstractions.dll

条码校验规则Model

public class BarcodeVerificationBaseModel
Inheritance
BarcodeVerificationBaseModel
Derived
Inherited Members

Properties

BarcodeAnalysisDetails

条码段

public ICollection<BarcodeAnalysisVerificationPartDetailModel>? BarcodeAnalysisDetails { get; set; }

Property Value

ICollection<BarcodeAnalysisVerificationPartDetailModel>

BarcodeAnalysisId

条码解析规则id

public Guid? BarcodeAnalysisId { get; set; }

Property Value

Guid?

BarcodeAnalysisName

条码解析规则名称

public string? BarcodeAnalysisName { get; set; }

Property Value

string

BarcodeLength

条码长度

public int? BarcodeLength { get; set; }

Property Value

int?

BarcodeSegmentCount

条码段数校验(1开启,0关闭)

public int? BarcodeSegmentCount { get; set; }

Property Value

int?

Name

规则名称

public string Name { get; set; }

Property Value

string

RegularExp

正则表达式

public string? RegularExp { get; set; }

Property Value

string

Remark

备注

public string? Remark { get; set; }

Property Value

string

VerificationRule

校验条码

public VerificationRule VerificationRule { get; set; }

Property Value

VerificationRule

VerificationType

校验类型

public VerificationType? VerificationType { get; set; }

Property Value

VerificationType?