Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vwCustomerLicensePurchaseds EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwCustomerLicensePurchaseds(vwCustomerLicensePurchased vwCustomerLicensePurchased)
 {
     base.AddObject("vwCustomerLicensePurchaseds", vwCustomerLicensePurchased);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new vwCustomerLicensePurchased 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 vwCustomerLicensePurchased CreatevwCustomerLicensePurchased(global::System.Guid licensePurchasedID, global::System.Int32 packageID, global::System.Int32 customerID, global::System.DateTime licenseEndDate, global::System.String transactionID)
 {
     vwCustomerLicensePurchased vwCustomerLicensePurchased = new vwCustomerLicensePurchased();
     vwCustomerLicensePurchased.LicensePurchasedID = licensePurchasedID;
     vwCustomerLicensePurchased.PackageID = packageID;
     vwCustomerLicensePurchased.CustomerID = customerID;
     vwCustomerLicensePurchased.LicenseEndDate = licenseEndDate;
     vwCustomerLicensePurchased.TransactionID = transactionID;
     return vwCustomerLicensePurchased;
 }