Class ByRowHistoryData
Inheritance
Object
ByRowHistoryData
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 ByRowHistoryData
Properties
Rows
Declaration
[JsonProperty("rows")]
public IList<ByRowHistoryDataRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
IList<ByRowHistoryDataRow> |