/// <summary> /// Create a new Amberbrook___Funds_Value object. /// </summary> /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param> /// <param name="dealNo">Initial value of the DealNo property.</param> /// <param name="fund">Initial value of the Fund property.</param> /// <param name="type">Initial value of the Type property.</param> public static Amberbrook___Funds_Value CreateAmberbrook___Funds_Value(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.String fund, global::System.String type) { Amberbrook___Funds_Value amberbrook___Funds_Value = new Amberbrook___Funds_Value(); amberbrook___Funds_Value.AmberbrookFundNo = amberbrookFundNo; amberbrook___Funds_Value.DealNo = dealNo; amberbrook___Funds_Value.Fund = fund; amberbrook___Funds_Value.Type = type; return amberbrook___Funds_Value; }
/// <summary> /// Deprecated Method for adding a new object to the Amberbrook___Funds_Value EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAmberbrook___Funds_Value(Amberbrook___Funds_Value amberbrook___Funds_Value) { base.AddObject("Amberbrook___Funds_Value", amberbrook___Funds_Value); }