/// <summary> /// Create a new CommerceReportOrders object. /// </summary> /// <param name="rowGuid">Initial value of the RowGuid property.</param> /// <param name="siteGuid">Initial value of the SiteGuid property.</param> /// <param name="featureGuid">Initial value of the FeatureGuid property.</param> /// <param name="moduleGuid">Initial value of the ModuleGuid property.</param> /// <param name="userGuid">Initial value of the UserGuid property.</param> /// <param name="orderGuid">Initial value of the OrderGuid property.</param> /// <param name="subTotal">Initial value of the SubTotal property.</param> /// <param name="taxTotal">Initial value of the TaxTotal property.</param> /// <param name="shippingTotal">Initial value of the ShippingTotal property.</param> /// <param name="orderTotal">Initial value of the OrderTotal property.</param> /// <param name="orderDateUtc">Initial value of the OrderDateUtc property.</param> /// <param name="adminOrderLink">Initial value of the AdminOrderLink property.</param> /// <param name="userOrderLink">Initial value of the UserOrderLink property.</param> /// <param name="rowCreatedUtc">Initial value of the RowCreatedUtc property.</param> public static CommerceReportOrders CreateCommerceReportOrders(global::System.Guid rowGuid, global::System.Guid siteGuid, global::System.Guid featureGuid, global::System.Guid moduleGuid, global::System.Guid userGuid, global::System.Guid orderGuid, global::System.Decimal subTotal, global::System.Decimal taxTotal, global::System.Decimal shippingTotal, global::System.Decimal orderTotal, global::System.DateTime orderDateUtc, global::System.String adminOrderLink, global::System.String userOrderLink, global::System.DateTime rowCreatedUtc) { CommerceReportOrders commerceReportOrders = new CommerceReportOrders(); commerceReportOrders.RowGuid = rowGuid; commerceReportOrders.SiteGuid = siteGuid; commerceReportOrders.FeatureGuid = featureGuid; commerceReportOrders.ModuleGuid = moduleGuid; commerceReportOrders.UserGuid = userGuid; commerceReportOrders.OrderGuid = orderGuid; commerceReportOrders.SubTotal = subTotal; commerceReportOrders.TaxTotal = taxTotal; commerceReportOrders.ShippingTotal = shippingTotal; commerceReportOrders.OrderTotal = orderTotal; commerceReportOrders.OrderDateUtc = orderDateUtc; commerceReportOrders.AdminOrderLink = adminOrderLink; commerceReportOrders.UserOrderLink = userOrderLink; commerceReportOrders.RowCreatedUtc = rowCreatedUtc; return commerceReportOrders; }
/// <summary> /// Deprecated Method for adding a new object to the CommerceReportOrders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCommerceReportOrders(CommerceReportOrders commerceReportOrders) { base.AddObject("CommerceReportOrders", commerceReportOrders); }