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