示例#1
0
 /// <summary>
 /// Create a new AQAtom_HYDROML_ 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>
 public static AQAtom_HYDROML_ CreateAQAtom_HYDROML_(global::System.Decimal aQDataID_, global::System.Decimal aQParentID_, global::System.DateTime aQLastModified_, global::System.String aQLastModifiedBy_, global::System.String aQAtomVersion_)
 {
     AQAtom_HYDROML_ aQAtom_HYDROML_ = new AQAtom_HYDROML_();
     aQAtom_HYDROML_.AQDataID_ = aQDataID_;
     aQAtom_HYDROML_.AQParentID_ = aQParentID_;
     aQAtom_HYDROML_.AQLastModified_ = aQLastModified_;
     aQAtom_HYDROML_.AQLastModifiedBy_ = aQLastModifiedBy_;
     aQAtom_HYDROML_.AQAtomVersion_ = aQAtomVersion_;
     return aQAtom_HYDROML_;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the AQAtom_HYDROML_ EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAQAtom_HYDROML_(AQAtom_HYDROML_ aQAtom_HYDROML_)
 {
     base.AddObject("AQAtom_HYDROML_", aQAtom_HYDROML_);
 }