Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CEI10_Temp EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCEI10_Temp(CEI10_Temp cEI10_Temp)
 {
     base.AddObject("CEI10_Temp", cEI10_Temp);
 }
Example #2
0
 /// <summary>
 /// Create a new CEI10_Temp object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="code">Initial value of the Code property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="parentCode">Initial value of the ParentCode property.</param>
 public static CEI10_Temp CreateCEI10_Temp(global::System.Int32 id, global::System.String code, global::System.String description, global::System.String parentCode)
 {
     CEI10_Temp cEI10_Temp = new CEI10_Temp();
     cEI10_Temp.Id = id;
     cEI10_Temp.Code = code;
     cEI10_Temp.Description = description;
     cEI10_Temp.ParentCode = parentCode;
     return cEI10_Temp;
 }