Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the EffectGroups EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEffectGroups(EffectGroup effectGroup)
 {
     base.AddObject("EffectGroups", effectGroup);
 }
Example #2
0
 /// <summary>
 /// Create a new EffectGroup object.
 /// </summary>
 /// <param name="effectGroupId">Initial value of the EffectGroupId property.</param>
 /// <param name="effectGroupName">Initial value of the EffectGroupName property.</param>
 public static EffectGroup CreateEffectGroup(global::System.Int32 effectGroupId, global::System.String effectGroupName)
 {
     EffectGroup effectGroup = new EffectGroup();
     effectGroup.EffectGroupId = effectGroupId;
     effectGroup.EffectGroupName = effectGroupName;
     return effectGroup;
 }