/// <summary> /// Deprecated Method for adding a new object to the Hypothesis EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHypothesis(Hypothesis hypothesis) { base.AddObject("Hypothesis", hypothesis); }
/// <summary> /// Create a new Hypothesis object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="content">Initial value of the content property.</param> public static Hypothesis CreateHypothesis(global::System.Int64 id, global::System.String content) { Hypothesis hypothesis = new Hypothesis(); hypothesis.id = id; hypothesis.content = content; return hypothesis; }