コード例 #1
0
 /// <summary>
 /// Create a new sprOreRepGroups object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="repPlace">Initial value of the RepPlace property.</param>
 public static sprOreRepGroups CreatesprOreRepGroups(global::System.Int32 id, global::System.Int32 repPlace)
 {
     sprOreRepGroups sprOreRepGroups = new sprOreRepGroups();
     sprOreRepGroups.id = id;
     sprOreRepGroups.RepPlace = repPlace;
     return sprOreRepGroups;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the sprOreRepGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosprOreRepGroups(sprOreRepGroups sprOreRepGroups)
 {
     base.AddObject("sprOreRepGroups", sprOreRepGroups);
 }