Esempio n. 1
0
 /// <summary>
 /// Create a new AQAtom_TimeSeries_ object.
 /// </summary>
 /// <param name="aQDataID_">Initial value of the AQDataID_ property.</param>
 /// <param name="aQParentID_">Initial value of the AQParentID_ property.</param>
 /// <param name="aQLastModified_">Initial value of the AQLastModified_ property.</param>
 /// <param name="aQLastModifiedBy_">Initial value of the AQLastModifiedBy_ property.</param>
 /// <param name="aQAtomVersion_">Initial value of the AQAtomVersion_ property.</param>
 /// <param name="startTime_">Initial value of the startTime_ property.</param>
 /// <param name="min_">Initial value of the min_ property.</param>
 /// <param name="max_">Initial value of the max_ property.</param>
 /// <param name="mean_">Initial value of the mean_ property.</param>
 /// <param name="totalSamples_">Initial value of the totalSamples_ property.</param>
 /// <param name="totalGaps_">Initial value of the totalGaps_ property.</param>
 /// <param name="samplingRate_">Initial value of the samplingRate_ property.</param>
 public static AQAtom_TimeSeries_ CreateAQAtom_TimeSeries_(global::System.Decimal aQDataID_, global::System.Decimal aQParentID_, global::System.DateTime aQLastModified_, global::System.String aQLastModifiedBy_, global::System.String aQAtomVersion_, global::System.DateTime startTime_, global::System.Double min_, global::System.Double max_, global::System.Double mean_, global::System.Decimal totalSamples_, global::System.Decimal totalGaps_, global::System.Double samplingRate_)
 {
     AQAtom_TimeSeries_ aQAtom_TimeSeries_ = new AQAtom_TimeSeries_();
     aQAtom_TimeSeries_.AQDataID_ = aQDataID_;
     aQAtom_TimeSeries_.AQParentID_ = aQParentID_;
     aQAtom_TimeSeries_.AQLastModified_ = aQLastModified_;
     aQAtom_TimeSeries_.AQLastModifiedBy_ = aQLastModifiedBy_;
     aQAtom_TimeSeries_.AQAtomVersion_ = aQAtomVersion_;
     aQAtom_TimeSeries_.startTime_ = startTime_;
     aQAtom_TimeSeries_.min_ = min_;
     aQAtom_TimeSeries_.max_ = max_;
     aQAtom_TimeSeries_.mean_ = mean_;
     aQAtom_TimeSeries_.totalSamples_ = totalSamples_;
     aQAtom_TimeSeries_.totalGaps_ = totalGaps_;
     aQAtom_TimeSeries_.samplingRate_ = samplingRate_;
     return aQAtom_TimeSeries_;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AQAtom_TimeSeries_ EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAQAtom_TimeSeries_(AQAtom_TimeSeries_ aQAtom_TimeSeries_)
 {
     base.AddObject("AQAtom_TimeSeries_", aQAtom_TimeSeries_);
 }