/// <summary> /// Create a new autoeditor_election_vote object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="autoeditor_election">Initial value of the autoeditor_election property.</param> /// <param name="voter">Initial value of the voter property.</param> /// <param name="vote">Initial value of the vote property.</param> /// <param name="vote_time">Initial value of the vote_time property.</param> public static autoeditor_election_vote Createautoeditor_election_vote(global::System.Int32 id, global::System.Int32 autoeditor_election, global::System.Int32 voter, global::System.Int32 vote, global::System.DateTime vote_time) { autoeditor_election_vote autoeditor_election_vote = new autoeditor_election_vote(); autoeditor_election_vote.id = id; autoeditor_election_vote.autoeditor_election = autoeditor_election; autoeditor_election_vote.voter = voter; autoeditor_election_vote.vote = vote; autoeditor_election_vote.vote_time = vote_time; return autoeditor_election_vote; }
/// <summary> /// Deprecated Method for adding a new object to the autoeditor_election_vote EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToautoeditor_election_vote(autoeditor_election_vote autoeditor_election_vote) { base.AddObject("autoeditor_election_vote", autoeditor_election_vote); }