Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LSDs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLSDs(LSD lSD)
 {
     base.AddObject("LSDs", lSD);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new LSD object.
 /// </summary>
 /// <param name="dID">Initial value of the DID property.</param>
 /// <param name="lID">Initial value of the LID property.</param>
 /// <param name="sID">Initial value of the SID property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 public static LSD CreateLSD(global::System.Int32 dID, global::System.Int32 lID, global::System.Int32 sID, global::System.String type)
 {
     LSD lSD = new LSD();
     lSD.DID = dID;
     lSD.LID = lID;
     lSD.SID = sID;
     lSD.Type = type;
     return lSD;
 }