/// <summary>
 /// Create a new DimSide object.
 /// </summary>
 /// <param name="sideKey">Initial value of the SideKey property.</param>
 /// <param name="sideValue">Initial value of the SideValue property.</param>
 public static DimSide CreateDimSide(global::System.Int32 sideKey, global::System.String sideValue)
 {
     DimSide dimSide = new DimSide();
     dimSide.SideKey = sideKey;
     dimSide.SideValue = sideValue;
     return dimSide;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the DimSides EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDimSides(DimSide dimSide)
 {
     base.AddObject("DimSides", dimSide);
 }