/// <summary> /// Deprecated Method for adding a new object to the C5_10tblDel EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToC5_10tblDel(C5_10tblDel c5_10tblDel) { base.AddObject("C5_10tblDel", c5_10tblDel); }
/// <summary> /// Create a new C5_10tblDel object. /// </summary> /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param> /// <param name="dealNo">Initial value of the DealNo property.</param> /// <param name="fundNo">Initial value of the FundNo property.</param> /// <param name="fund">Initial value of the Fund property.</param> /// <param name="valueDate">Initial value of the ValueDate property.</param> /// <param name="fundNAV">Initial value of the FundNAV property.</param> /// <param name="capitalCommitment">Initial value of the CapitalCommitment property.</param> /// <param name="amountUnfunded">Initial value of the AmountUnfunded property.</param> public static C5_10tblDel CreateC5_10tblDel(global::System.String amberbrookFundNo, global::System.Int32 dealNo, global::System.Int32 fundNo, global::System.String fund, global::System.DateTime valueDate, global::System.Decimal fundNAV, global::System.Decimal capitalCommitment, global::System.Decimal amountUnfunded) { C5_10tblDel c5_10tblDel = new C5_10tblDel(); c5_10tblDel.AmberbrookFundNo = amberbrookFundNo; c5_10tblDel.DealNo = dealNo; c5_10tblDel.FundNo = fundNo; c5_10tblDel.Fund = fund; c5_10tblDel.ValueDate = valueDate; c5_10tblDel.FundNAV = fundNAV; c5_10tblDel.CapitalCommitment = capitalCommitment; c5_10tblDel.AmountUnfunded = amountUnfunded; return c5_10tblDel; }