/// <summary> /// Create a new Rolodex_Main object. /// </summary> /// <param name="random">Initial value of the Random property.</param> public static Rolodex_Main CreateRolodex_Main(global::System.Int32 random) { Rolodex_Main rolodex_Main = new Rolodex_Main(); rolodex_Main.Random = random; return rolodex_Main; }
/// <summary> /// Deprecated Method for adding a new object to the Rolodex_Main EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToRolodex_Main(Rolodex_Main rolodex_Main) { base.AddObject("Rolodex_Main", rolodex_Main); }