C# 클래스 Utilities.AppStartupValidation.AppStartupValidationExecutor

Class to validate all validators
파일 보기 프로젝트 열기: mrvshah/Utilities

공개 메소드들

메소드 설명
ValidateAll ( IEnumerable validators ) : void

Calls Validate method on all validators

메소드 상세

ValidateAll() 공개 정적인 메소드

Calls Validate method on all validators
public static ValidateAll ( IEnumerable validators ) : void
validators IEnumerable The validators
리턴 void