Beispiel #1
0
 /// <summary>
 /// Create a new Dict object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="factId">Initial value of the FactId property.</param>
 public static Dict CreateDict(global::System.Int32 id, global::System.Int32 factId)
 {
     Dict dict = new Dict();
     dict.Id = id;
     dict.FactId = factId;
     return dict;
 }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Dict EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToDict(Dict dict)
 {
     base.AddObject("Dict", dict);
 }