/// <summary> /// Deprecated Method for adding a new object to the ImportRules EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToImportRules(ImportRules importRules) { base.AddObject("ImportRules", importRules); }
/// <summary> /// Create a new ImportRules object. /// </summary> /// <param name="activity">Initial value of the activity property.</param> /// <param name="process_name">Initial value of the process_name property.</param> /// <param name="rule_order">Initial value of the rule_order property.</param> /// <param name="description">Initial value of the description property.</param> public static ImportRules CreateImportRules(global::System.String activity, global::System.String process_name, global::System.Int32 rule_order, global::System.String description) { ImportRules importRules = new ImportRules(); importRules.activity = activity; importRules.process_name = process_name; importRules.rule_order = rule_order; importRules.description = description; return importRules; }