Class GetHDataArgs
获取历史记录参数
Inheritance
Object
GetHDataArgs
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 GetHDataArgs
Constructors
GetHDataArgs()
构造函数
Declaration
public GetHDataArgs()
GetHDataArgs(String, Int64, DataType, DateTime, DateTime, Int32)
构造函数
Declaration
public GetHDataArgs(string boxNo, long uid, DataType dataType, DateTime startTime, DateTime endTime, int maxCount)
Parameters
| Type | Name | Description |
|---|---|---|
| String | boxNo | 盒子编码 |
| Int64 | uid | 历史条目UID |
| DataType | dataType | 数据类型 |
| DateTime | startTime | 起始时间 |
| DateTime | endTime | 结束时间 |
| Int32 | maxCount | 最大获取条数 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
DataType
获取历史记录参数
Declaration
public DataType DataType { get; set; }
Property Value
| Type | Description |
|---|---|
| DataType |
EndTime
结束时间
Declaration
public DateTime EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
MaxCount
最大获取条数
Declaration
public int MaxCount { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
StartTime
开始时间
Declaration
public DateTime StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Uid
历史条目Uid
Declaration
public long Uid { get; set; }
Property Value
| Type | Description |
|---|---|
| Int64 |