/// <summary>
 /// Create a new Analysis object.
 /// </summary>
 /// <param name="analysisID">Initial value of the AnalysisID property.</param>
 /// <param name="rowGUID">Initial value of the RowGUID property.</param>
 public static Analysis CreateAnalysis(global::System.Int32 analysisID, global::System.Guid rowGUID)
 {
     Analysis analysis = new Analysis();
     analysis.AnalysisID = analysisID;
     analysis.RowGUID = rowGUID;
     return analysis;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Analysis EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAnalysis(Analysis analysis)
 {
     base.AddObject("Analysis", analysis);
 }