예제 #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the GroupPollsAnswers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGroupPollsAnswers(GroupPollsAnswers groupPollsAnswers)
 {
     base.AddObject("GroupPollsAnswers", groupPollsAnswers);
 }
예제 #2
0
 /// <summary>
 /// Create a new GroupPollsAnswers object.
 /// </summary>
 /// <param name="gt_id">Initial value of the gt_id property.</param>
 /// <param name="u_username">Initial value of the u_username property.</param>
 /// <param name="gpc_id">Initial value of the gpc_id property.</param>
 public static GroupPollsAnswers CreateGroupPollsAnswers(global::System.Int32 gt_id, global::System.String u_username, global::System.Int32 gpc_id)
 {
     GroupPollsAnswers groupPollsAnswers = new GroupPollsAnswers();
     groupPollsAnswers.gt_id = gt_id;
     groupPollsAnswers.u_username = u_username;
     groupPollsAnswers.gpc_id = gpc_id;
     return groupPollsAnswers;
 }