Ejemplo n.º 1
0
 /// <summary>
 /// Create a new HR_LK_Currency object.
 /// </summary>
 /// <param name="currencyID">Initial value of the CurrencyID property.</param>
 /// <param name="currencyName">Initial value of the CurrencyName property.</param>
 /// <param name="currencyCode">Initial value of the CurrencyCode property.</param>
 public static HR_LK_Currency CreateHR_LK_Currency(global::System.Int32 currencyID, global::System.String currencyName, global::System.String currencyCode)
 {
     HR_LK_Currency hR_LK_Currency = new HR_LK_Currency();
     hR_LK_Currency.CurrencyID = currencyID;
     hR_LK_Currency.CurrencyName = currencyName;
     hR_LK_Currency.CurrencyCode = currencyCode;
     return hR_LK_Currency;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_LK_Currency EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_LK_Currency(HR_LK_Currency hR_LK_Currency)
 {
     base.AddObject("HR_LK_Currency", hR_LK_Currency);
 }