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