/// <summary>
 /// Create a new SubSolution object.
 /// </summary>
 /// <param name="subSolutionId">Initial value of the SubSolutionId property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 /// <param name="apartmentMark">Initial value of the ApartmentMark property.</param>
 /// <param name="apartmentCount">Initial value of the ApartmentCount property.</param>
 /// <param name="solutionId">Initial value of the SolutionId property.</param>
 public static SubSolution CreateSubSolution(global::System.Int32 subSolutionId, global::System.String name, global::System.String description, global::System.String apartmentMark, global::System.Int32 apartmentCount, global::System.Int32 solutionId)
 {
     SubSolution subSolution = new SubSolution();
     subSolution.SubSolutionId = subSolutionId;
     subSolution.Name = name;
     subSolution.Description = description;
     subSolution.ApartmentMark = apartmentMark;
     subSolution.ApartmentCount = apartmentCount;
     subSolution.SolutionId = solutionId;
     return subSolution;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SubSolutionSet EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSubSolutionSet(SubSolution subSolution)
 {
     base.AddObject("SubSolutionSet", subSolution);
 }