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
BarcodeAnalysisId
条码解析规则id
public Guid? BarcodeAnalysisId { get; set; }
Property Value
- Guid?
BarcodeAnalysisName
条码解析规则名称
public string? BarcodeAnalysisName { get; set; }
Property Value
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
RegularExp
正则表达式
public string? RegularExp { get; set; }
Property Value
Remark
备注
public string? Remark { get; set; }
Property Value
VerificationRule
校验条码
public VerificationRule VerificationRule { get; set; }
Property Value
VerificationType
校验类型
public VerificationType? VerificationType { get; set; }