/// <summary> /// Create a new CountryRegionCurrency object. /// </summary> /// <param name="countryRegionCode">Initial value of the CountryRegionCode property.</param> /// <param name="currencyCode">Initial value of the CurrencyCode property.</param> /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param> public static CountryRegionCurrency CreateCountryRegionCurrency(global::System.String countryRegionCode, global::System.String currencyCode, global::System.DateTime modifiedDate) { CountryRegionCurrency countryRegionCurrency = new CountryRegionCurrency(); countryRegionCurrency.CountryRegionCode = countryRegionCode; countryRegionCurrency.CurrencyCode = currencyCode; countryRegionCurrency.ModifiedDate = modifiedDate; return countryRegionCurrency; }
/// <summary> /// Deprecated Method for adding a new object to the CountryRegionCurrencies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCountryRegionCurrencies(CountryRegionCurrency countryRegionCurrency) { base.AddObject("CountryRegionCurrencies", countryRegionCurrency); }