Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RTPProjectVersions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRTPProjectVersions(RTPProjectVersion rTPProjectVersion)
 {
     base.AddObject("RTPProjectVersions", rTPProjectVersion);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new RTPProjectVersion object.
 /// </summary>
 /// <param name="rTPProjectVersionID">Initial value of the RTPProjectVersionID property.</param>
 public static RTPProjectVersion CreateRTPProjectVersion(global::System.Int32 rTPProjectVersionID)
 {
     RTPProjectVersion rTPProjectVersion = new RTPProjectVersion();
     rTPProjectVersion.RTPProjectVersionID = rTPProjectVersionID;
     return rTPProjectVersion;
 }