Class ByRowHistoryDataRow
Inheritance
System.Object
ByRowHistoryDataRow
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.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 |
---|---|
System.DateTime |
Values
Declaration
[JsonProperty("c")]
public IList<object> Values { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Object> |