Exemplo n.º 1
0
 /// <summary>
 /// Create a new RuleException object.
 /// </summary>
 /// <param name="ruleExceptionID">Initial value of the RuleExceptionID property.</param>
 /// <param name="exceptionDate">Initial value of the ExceptionDate property.</param>
 /// <param name="isActive">Initial value of the IsActive property.</param>
 public static RuleException CreateRuleException(global::System.Int32 ruleExceptionID, global::System.DateTime exceptionDate, global::System.Boolean isActive)
 {
     RuleException ruleException = new RuleException();
     ruleException.RuleExceptionID = ruleExceptionID;
     ruleException.ExceptionDate = exceptionDate;
     ruleException.IsActive = isActive;
     return ruleException;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the RuleExceptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRuleExceptions(RuleException ruleException)
 {
     base.AddObject("RuleExceptions", ruleException);
 }