Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FromLs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFromLs(FromL fromL)
 {
     base.AddObject("FromLs", fromL);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new FromL object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="languageId">Initial value of the LanguageId property.</param>
 /// <param name="dictionaryId">Initial value of the DictionaryId property.</param>
 public static FromL CreateFromL(global::System.Int32 id, global::System.Int32 languageId, global::System.Int32 dictionaryId)
 {
     FromL fromL = new FromL();
     fromL.Id = id;
     fromL.LanguageId = languageId;
     fromL.DictionaryId = dictionaryId;
     return fromL;
 }