Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LicenseIDEs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLicenseIDEs(LicenseIDE licenseIDE)
 {
     base.AddObject("LicenseIDEs", licenseIDE);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new LicenseIDE object.
 /// </summary>
 /// <param name="licenseIDEID">Initial value of the LicenseIDEID property.</param>
 /// <param name="licenseID">Initial value of the LicenseID property.</param>
 /// <param name="iDEID">Initial value of the IDEID property.</param>
 public static LicenseIDE CreateLicenseIDE(global::System.Int32 licenseIDEID, global::System.Int32 licenseID, global::System.Int32 iDEID)
 {
     LicenseIDE licenseIDE = new LicenseIDE();
     licenseIDE.LicenseIDEID = licenseIDEID;
     licenseIDE.LicenseID = licenseID;
     licenseIDE.IDEID = iDEID;
     return licenseIDE;
 }