/// <summary>
 /// Create a new LvShort object.
 /// </summary>
 /// <param name="slID">Initial value of the SlID property.</param>
 public static LvShort CreateLvShort(global::System.Int32 slID)
 {
     LvShort lvShort = new LvShort();
     lvShort.SlID = slID;
     return lvShort;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the LvShorts EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLvShorts(LvShort lvShort)
 {
     base.AddObject("LvShorts", lvShort);
 }