Example #1
0
 /// <summary>
 /// Create a new TimeSeriesData object.
 /// </summary>
 /// <param name="aQDataID">Initial value of the AQDataID property.</param>
 /// <param name="lastModifiedTime">Initial value of the LastModifiedTime property.</param>
 /// <param name="startTime">Initial value of the StartTime property.</param>
 /// <param name="endTime">Initial value of the EndTime property.</param>
 /// <param name="chunk">Initial value of the Chunk property.</param>
 public static TimeSeriesData CreateTimeSeriesData(global::System.Decimal aQDataID, global::System.DateTime lastModifiedTime, global::System.DateTime startTime, global::System.DateTime endTime, global::System.Byte[] chunk)
 {
     TimeSeriesData timeSeriesData = new TimeSeriesData();
     timeSeriesData.AQDataID = aQDataID;
     timeSeriesData.LastModifiedTime = lastModifiedTime;
     timeSeriesData.StartTime = startTime;
     timeSeriesData.EndTime = endTime;
     timeSeriesData.Chunk = chunk;
     return timeSeriesData;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TimeSeriesDatas EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTimeSeriesDatas(TimeSeriesData timeSeriesData)
 {
     base.AddObject("TimeSeriesDatas", timeSeriesData);
 }