/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the IDEs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToIDEs(IDE iDE) { base.AddObject("IDEs", iDE); }