Example #1
0
 /// <summary>
 /// Create a new LRS object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="lRSSchemeId">Initial value of the LRSSchemeId property.</param>
 /// <param name="data">Initial value of the Data property.</param>
 public static LRS CreateLRS(global::System.Int32 id, global::System.Int32 lRSSchemeId, global::System.String data)
 {
     LRS lRS = new LRS();
     lRS.Id = id;
     lRS.LRSSchemeId = lRSSchemeId;
     lRS.Data = data;
     return lRS;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LRS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLRS(LRS lRS)
 {
     base.AddObject("LRS", lRS);
 }