Class RemoveHistoryDefinitionArgs
删除历史记录条目监控点
Inheritance
System.Object
RemoveHistoryDefinitionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class RemoveHistoryDefinitionArgs
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uid
历史记录条目Uid
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |