/// <summary> /// Create a new mvps object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="firstName">Initial value of the FirstName property.</param> /// <param name="lastName">Initial value of the LastName property.</param> /// <param name="slug">Initial value of the Slug property.</param> public static mvps Createmvps(global::System.Int32 id, global::System.String firstName, global::System.String lastName, global::System.String slug) { mvps mvps = new mvps(); mvps.Id = id; mvps.FirstName = firstName; mvps.LastName = lastName; mvps.Slug = slug; return(mvps); }
/// <summary> /// Create a new mvps object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="firstName">Initial value of the FirstName property.</param> /// <param name="lastName">Initial value of the LastName property.</param> /// <param name="slug">Initial value of the Slug property.</param> public static mvps Createmvps(global::System.Int32 id, global::System.String firstName, global::System.String lastName, global::System.String slug) { mvps mvps = new mvps(); mvps.Id = id; mvps.FirstName = firstName; mvps.LastName = lastName; mvps.Slug = slug; return mvps; }
/// <summary> /// Deprecated Method for adding a new object to the mvps EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTomvps(mvps mvps) { base.AddObject("mvps", mvps); }