Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FromS EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFromS(FromS fromS)
 {
     base.AddObject("FromS", fromS);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new FromS object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="scriptId">Initial value of the ScriptId property.</param>
 /// <param name="dictionaryId">Initial value of the DictionaryId property.</param>
 public static FromS CreateFromS(global::System.Int32 id, global::System.Int32 scriptId, global::System.Int32 dictionaryId)
 {
     FromS fromS = new FromS();
     fromS.Id = id;
     fromS.ScriptId = scriptId;
     fromS.DictionaryId = dictionaryId;
     return fromS;
 }