コード例 #1
0
 /// <summary>
 /// Create a new dgmEffects object.
 /// </summary>
 /// <param name="effectID">Initial value of the effectID property.</param>
 public static dgmEffects CreatedgmEffects(global::System.Int16 effectID)
 {
     dgmEffects dgmEffects = new dgmEffects();
     dgmEffects.effectID = effectID;
     return dgmEffects;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the dgmEffects EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodgmEffects(dgmEffects dgmEffects)
 {
     base.AddObject("dgmEffects", dgmEffects);
 }