/// <summary> /// Deprecated Method for adding a new object to the Studies EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToStudies(Study study) { base.AddObject("Studies", study); }
/// <summary> /// Create a new Study object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="indicatorId">Initial value of the IndicatorId property.</param> public static Study CreateStudy(global::System.Guid id, global::System.Guid indicatorId) { Study study = new Study(); study.Id = id; study.IndicatorId = indicatorId; return study; }