Esempio n. 1
0
 /// <summary>
 /// Create a new IDE object.
 /// </summary>
 /// <param name="iDEID">Initial value of the IDEID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 public static IDE CreateIDE(global::System.Int32 iDEID, global::System.String name)
 {
     IDE iDE = new IDE();
     iDE.IDEID = iDEID;
     iDE.Name = name;
     return iDE;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the IDEs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToIDEs(IDE iDE)
 {
     base.AddObject("IDEs", iDE);
 }