コード例 #1
0
 /// <summary>
 /// Configure the view model to accept exactly the given number of property assignement that triggers validation.
 /// </summary>
 /// <param name="nbPropertyValidation">The nb property assignement.</param>
 public void ConfigureExpectedNumberOfPropertyValidation(int nbPropertyValidation)
 {
     SyncObject.Reset(nbPropertyValidation);
 }