GetFieldErrorCount() 공개 메소드

Gets the field error count of all fields.
public GetFieldErrorCount ( ) : int
리턴 int
            public void ReturnsRightAmountForEmptyValidationContextWithTag()
            {
                var context = new ValidationContext();

                Assert.AreEqual(0, context.GetFieldErrorCount("tag"));
            }