/// <summary>
 /// Create a new RuleAction object.
 /// </summary>
 /// <param name="ruleActionID">Initial value of the RuleActionID property.</param>
 public static RuleAction CreateRuleAction(global::System.Int32 ruleActionID)
 {
     RuleAction ruleAction = new RuleAction();
     ruleAction.RuleActionID = ruleActionID;
     return ruleAction;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the RuleActions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRuleActions(RuleAction ruleAction)
 {
     base.AddObject("RuleActions", ruleAction);
 }