Class ByRowHistoryDataRow
Inheritance
Object
ByRowHistoryDataRow
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract.Entity
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class ByRowHistoryDataRow
Properties
Time
Unix timestamp utc 时间,注意
Declaration
[JsonProperty("t")]
[JsonConverter(typeof(JavascriptEpochConverter))]
public DateTime Time { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Values
Declaration
[JsonProperty("c")]
public IList<object> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<Object> |