Class ScanCodeItemPara
扫码项参数
public class ScanCodeItemPara
- Inheritance
-
ScanCodeItemPara
- Inherited Members
- Extension Methods
Properties
CategoryName
类别
public string CategoryName { get; set; }
Property Value
Enable
使能
public bool Enable { get; set; }
Property Value
EnableAsync
异步执行项
public bool EnableAsync { get; set; }
Property Value
EnableFilterContains
使能包含字符
public bool EnableFilterContains { get; set; }
Property Value
EnableFilterLength
使能长度
public bool EnableFilterLength { get; set; }
Property Value
FilterContains
包含字符
public string FilterContains { get; set; }
Property Value
FilterLength
条码长度
public int FilterLength { get; set; }
Property Value
ItemName
名称
public string ItemName { get; set; }
Property Value
SortID
排序ID
public int SortID { get; set; }
Property Value
Methods
ToString()
重载ToString()方法
public override string ToString()