コード例 #1
0
 /// <summary>
 /// Ensures that the given entities are valid and have not broken any business related rules.
 /// </summary>
 /// <param name="brokenRules">The container of all the rules that have been broken.</param>
 /// <param name="scope">The configuration information about the currently logged in user.</param>
 /// <param name="entity">The entity to be validated.</param>
 public void ApplyRules(IList<BrokenRule> brokenRules, INorthwindScope scope, Orders entity)
 {
 }
コード例 #2
0
 /// <summary>
 /// Ensures that the given entities are valid and have not broken any business related rules.
 /// </summary>
 /// <param name="brokenRules">The container of all the rules that have been broken.</param>
 /// <param name="scope">The configuration information about the currently logged in user.</param>
 /// <param name="entity">The entity to be validated.</param>
 public void ApplyRules(IList<BrokenRule> brokenRules, INorthwindScope scope, Employees entity)
 {
 }
 /// <summary>
 /// Ensures that the given entities are valid and have not broken any business related rules.
 /// </summary>
 /// <param name="brokenRules">The container of all the rules that have been broken.</param>
 /// <param name="scope">The configuration information about the currently logged in user.</param>
 /// <param name="entity">The entity to be validated.</param>
 public void ApplyRules(IList<BrokenRule> brokenRules, INorthwindScope scope, CustomerCustomerDemo entity)
 {
 }
コード例 #4
0
 /// <summary>
 /// Ensures that the given entities are valid and have not broken any business related rules.
 /// </summary>
 /// <param name="brokenRules">The container of all the rules that have been broken.</param>
 /// <param name="scope">The configuration information about the currently logged in user.</param>
 /// <param name="entity">The entity to be validated.</param>
 public void ApplyRules(IList<BrokenRule> brokenRules, INorthwindScope scope, Categories entity)
 {
 }
コード例 #5
0
 /// <summary>
 /// Ensures that the given entities are valid and have not broken any business related rules.
 /// </summary>
 /// <param name="brokenRules">The container of all the rules that have been broken.</param>
 /// <param name="scope">The configuration information about the currently logged in user.</param>
 /// <param name="entity">The entity to be validated.</param>
 public void ApplyRules(IList<BrokenRule> brokenRules, INorthwindScope scope, sysdiagrams entity)
 {
 }