Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the CustomerLicensePurchased1 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCustomerLicensePurchased1(CustomerLicensePurchased1 customerLicensePurchased1)
 {
     base.AddObject("CustomerLicensePurchased1", customerLicensePurchased1);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new CustomerLicensePurchased1 object.
 /// </summary>
 /// <param name="licensePurchasedID">Initial value of the LicensePurchasedID property.</param>
 /// <param name="packageID">Initial value of the PackageID property.</param>
 /// <param name="customerID">Initial value of the CustomerID property.</param>
 /// <param name="licenseEndDate">Initial value of the LicenseEndDate property.</param>
 /// <param name="transactionID">Initial value of the TransactionID property.</param>
 public static CustomerLicensePurchased1 CreateCustomerLicensePurchased1(global::System.Guid licensePurchasedID, global::System.Int32 packageID, global::System.Int32 customerID, global::System.DateTime licenseEndDate, global::System.String transactionID)
 {
     CustomerLicensePurchased1 customerLicensePurchased1 = new CustomerLicensePurchased1();
     customerLicensePurchased1.LicensePurchasedID = licensePurchasedID;
     customerLicensePurchased1.PackageID = packageID;
     customerLicensePurchased1.CustomerID = customerID;
     customerLicensePurchased1.LicenseEndDate = licenseEndDate;
     customerLicensePurchased1.TransactionID = transactionID;
     return customerLicensePurchased1;
 }