/// <summary> /// Deprecated Method for adding a new object to the z_AII_Fins EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToz_AII_Fins(z_AII_Fin z_AII_Fin) { base.AddObject("z_AII_Fins", z_AII_Fin); }
/// <summary> /// Create a new z_AII_Fin object. /// </summary> /// <param name="amberbrookFundNo">Initial value of the AmberbrookFundNo property.</param> /// <param name="fullName">Initial value of the FullName property.</param> /// <param name="contactName">Initial value of the ContactName property.</param> public static z_AII_Fin Createz_AII_Fin(global::System.String amberbrookFundNo, global::System.String fullName, global::System.String contactName) { z_AII_Fin z_AII_Fin = new z_AII_Fin(); z_AII_Fin.AmberbrookFundNo = amberbrookFundNo; z_AII_Fin.FullName = fullName; z_AII_Fin.ContactName = contactName; return z_AII_Fin; }