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