Exemple #1
0
 /// <summary>
 /// Create a new esAnswer object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="idNodeQuestion">Initial value of the idNodeQuestion property.</param>
 /// <param name="data">Initial value of the data property.</param>
 /// <param name="idNodeSubject">Initial value of the idNodeSubject property.</param>
 public static esAnswer CreateesAnswer(global::System.Int32 id, global::System.Int32 idNodeQuestion, global::System.String data, global::System.Int32 idNodeSubject)
 {
     esAnswer esAnswer = new esAnswer();
     esAnswer.id = id;
     esAnswer.idNodeQuestion = idNodeQuestion;
     esAnswer.data = data;
     esAnswer.idNodeSubject = idNodeSubject;
     return esAnswer;
 }
Exemple #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the esAnswers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToesAnswers(esAnswer esAnswer)
 {
     base.AddObject("esAnswers", esAnswer);
 }