Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ORPTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToORPTypes(ORPType oRPType)
 {
     base.AddObject("ORPTypes", oRPType);
 }
Example #2
0
 /// <summary>
 /// Create a new ORPType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static ORPType CreateORPType(global::System.Int32 id)
 {
     ORPType oRPType = new ORPType();
     oRPType.Id = id;
     return oRPType;
 }