Esempio n. 1
0
        /// <summary>
        /// Create a new TeamProblemSolutionKey object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="teamId">Initial value of the TeamId property.</param>
        public static TeamProblemSolutionKey CreateTeamProblemSolutionKey(global::System.Int32 id, global::System.Int32 teamId)
        {
            TeamProblemSolutionKey teamProblemSolutionKey = new TeamProblemSolutionKey();

            teamProblemSolutionKey.Id     = id;
            teamProblemSolutionKey.TeamId = teamId;
            return(teamProblemSolutionKey);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the TeamProblemSolutionKeys EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTeamProblemSolutionKeys(TeamProblemSolutionKey teamProblemSolutionKey)
 {
     base.AddObject("TeamProblemSolutionKeys", teamProblemSolutionKey);
 }
 /// <summary>
 /// Create a new TeamProblemSolutionKey object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="teamId">Initial value of the TeamId property.</param>
 public static TeamProblemSolutionKey CreateTeamProblemSolutionKey(global::System.Int32 id, global::System.Int32 teamId)
 {
     TeamProblemSolutionKey teamProblemSolutionKey = new TeamProblemSolutionKey();
     teamProblemSolutionKey.Id = id;
     teamProblemSolutionKey.TeamId = teamId;
     return teamProblemSolutionKey;
 }
Esempio n. 4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the TeamProblemSolutionKeys EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTeamProblemSolutionKeys(TeamProblemSolutionKey teamProblemSolutionKey)
 {
     base.AddObject("TeamProblemSolutionKeys", teamProblemSolutionKey);
 }