/// <summary>
 /// Create a new MetaRuleAction object.
 /// </summary>
 /// <param name="metaID">Initial value of the MetaID property.</param>
 /// <param name="logCategory">Initial value of the LogCategory property.</param>
 /// <param name="ruleAssembly">Initial value of the RuleAssembly property.</param>
 /// <param name="ruleClass">Initial value of the RuleClass property.</param>
 /// <param name="actionAssembly">Initial value of the ActionAssembly property.</param>
 /// <param name="actionClass">Initial value of the ActionClass property.</param>
 public static MetaRuleAction CreateMetaRuleAction(global::System.Int32 metaID, global::System.String logCategory, global::System.String ruleAssembly, global::System.String ruleClass, global::System.String actionAssembly, global::System.String actionClass)
 {
     MetaRuleAction metaRuleAction = new MetaRuleAction();
     metaRuleAction.MetaID = metaID;
     metaRuleAction.LogCategory = logCategory;
     metaRuleAction.RuleAssembly = ruleAssembly;
     metaRuleAction.RuleClass = ruleClass;
     metaRuleAction.ActionAssembly = actionAssembly;
     metaRuleAction.ActionClass = actionClass;
     return metaRuleAction;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the MetaRuleActions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMetaRuleActions(MetaRuleAction metaRuleAction)
 {
     base.AddObject("MetaRuleActions", metaRuleAction);
 }