Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ToLs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToToLs(ToL toL)
 {
     base.AddObject("ToLs", toL);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new ToL 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 ToL CreateToL(global::System.Int32 id, global::System.Int32 languageId, global::System.Int32 dictionaryId)
 {
     ToL toL = new ToL();
     toL.Id = id;
     toL.LanguageId = languageId;
     toL.DictionaryId = dictionaryId;
     return toL;
 }