示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RTPImprovementType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRTPImprovementType(RTPImprovementType rTPImprovementType)
 {
     base.AddObject("RTPImprovementType", rTPImprovementType);
 }
示例#2
0
 /// <summary>
 /// Create a new RTPImprovementType object.
 /// </summary>
 /// <param name="rTPImprovementTypeID">Initial value of the RTPImprovementTypeID property.</param>
 public static RTPImprovementType CreateRTPImprovementType(global::System.Int32 rTPImprovementTypeID)
 {
     RTPImprovementType rTPImprovementType = new RTPImprovementType();
     rTPImprovementType.RTPImprovementTypeID = rTPImprovementTypeID;
     return rTPImprovementType;
 }