Class RemoveHistoryDefinitionArgs
删除历史记录条目监控点
Inheritance
Object
RemoveHistoryDefinitionArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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 |
---|---|
String |
Uid
历史记录条目Uid
Declaration
public long Uid { get; set; }
Property Value
Type | Description |
---|---|
Int64 |