Esempio n. 1
0
 /// <summary>
 /// Create a new AQRoot_ 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="aQDataIDCounter_">Initial value of the AQDataIDCounter_ property.</param>
 /// <param name="aQDataSourceVersion_">Initial value of the AQDataSourceVersion_ property.</param>
 /// <param name="aQDataSourceID_">Initial value of the AQDataSourceID_ property.</param>
 public static AQRoot_ CreateAQRoot_(global::System.Decimal aQDataID_, global::System.Decimal aQParentID_, global::System.DateTime aQLastModified_, global::System.String aQLastModifiedBy_, global::System.Decimal aQDataIDCounter_, global::System.String aQDataSourceVersion_, global::System.String aQDataSourceID_)
 {
     AQRoot_ aQRoot_ = new AQRoot_();
     aQRoot_.AQDataID_ = aQDataID_;
     aQRoot_.AQParentID_ = aQParentID_;
     aQRoot_.AQLastModified_ = aQLastModified_;
     aQRoot_.AQLastModifiedBy_ = aQLastModifiedBy_;
     aQRoot_.AQDataIDCounter_ = aQDataIDCounter_;
     aQRoot_.AQDataSourceVersion_ = aQDataSourceVersion_;
     aQRoot_.AQDataSourceID_ = aQDataSourceID_;
     return aQRoot_;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AQRoot_ EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAQRoot_(AQRoot_ aQRoot_)
 {
     base.AddObject("AQRoot_", aQRoot_);
 }