Class Graph
Inheritance
System.Object
Graph
Implements
System.ICloneable
Assembly: Eco.Shared.dll
Syntax
[Serialized]
[BsonAutoSerialize]
public class Graph : Object, ICloneable, IBsonSerialize, IBsonSerializable, IBsonDeserializable
Constructors
Graph()
Declaration
Graph(IEnumerable<Key>, Double, Double)
Declaration
public Graph(IEnumerable<Key> statKeys, double startDay, double endDay)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<Key> |
statKeys |
|
System.Double |
startDay |
|
System.Double |
endDay |
|
Properties
Keys
Declaration
[Serialized]
public Key[] Keys { get; set; }
Property Value
TimeMax
Declaration
[Serialized]
public double TimeMax { get; set; }
Property Value
Type |
Description |
System.Double |
|
TimeMin
Declaration
[Serialized]
public double TimeMin { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Clone()
Declaration
Returns
Type |
Description |
System.Object |
|
FromBson(BSONArray)
Declaration
public void FromBson(BSONArray bson)
Parameters
ToBson()
Declaration
public BSONArray ToBson()
Returns
Implements
System.ICloneable
Extension Methods