Esempio n. 1
0
 /// <summary>
 /// Create a new AQAtom_RatingPointList_ 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="ratingNumber_">Initial value of the ratingNumber_ property.</param>
 /// <param name="createUser_">Initial value of the createUser_ property.</param>
 /// <param name="createDate_">Initial value of the createDate_ property.</param>
 /// <param name="modifyUser_">Initial value of the modifyUser_ property.</param>
 /// <param name="modifyDate_">Initial value of the modifyDate_ property.</param>
 public static AQAtom_RatingPointList_ CreateAQAtom_RatingPointList_(global::System.Decimal aQDataID_, global::System.Decimal aQParentID_, global::System.DateTime aQLastModified_, global::System.String aQLastModifiedBy_, global::System.String aQAtomVersion_, global::System.String ratingNumber_, global::System.String createUser_, global::System.DateTime createDate_, global::System.String modifyUser_, global::System.DateTime modifyDate_)
 {
     AQAtom_RatingPointList_ aQAtom_RatingPointList_ = new AQAtom_RatingPointList_();
     aQAtom_RatingPointList_.AQDataID_ = aQDataID_;
     aQAtom_RatingPointList_.AQParentID_ = aQParentID_;
     aQAtom_RatingPointList_.AQLastModified_ = aQLastModified_;
     aQAtom_RatingPointList_.AQLastModifiedBy_ = aQLastModifiedBy_;
     aQAtom_RatingPointList_.AQAtomVersion_ = aQAtomVersion_;
     aQAtom_RatingPointList_.ratingNumber_ = ratingNumber_;
     aQAtom_RatingPointList_.createUser_ = createUser_;
     aQAtom_RatingPointList_.createDate_ = createDate_;
     aQAtom_RatingPointList_.modifyUser_ = modifyUser_;
     aQAtom_RatingPointList_.modifyDate_ = modifyDate_;
     return aQAtom_RatingPointList_;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AQAtom_RatingPointList_ EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAQAtom_RatingPointList_(AQAtom_RatingPointList_ aQAtom_RatingPointList_)
 {
     base.AddObject("AQAtom_RatingPointList_", aQAtom_RatingPointList_);
 }