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