C# 클래스 MvcInstaller.InstallerRulesValidator

상속: IRulesValidationFactory
파일 보기 프로젝트 열기: kahanu/MvcInstaller

공개 메소드들

메소드 설명
InstallerRulesValidator ( InstallerConfig config ) : System
Validate ( ) : bool

비공개 메소드들

메소드 설명
AddRule ( PropertyRule rule ) : void

Add a rule to the list of rules to validate.

InitRules ( ) : void

메소드 상세

InstallerRulesValidator() 공개 메소드

public InstallerRulesValidator ( InstallerConfig config ) : System
config MvcInstaller.Settings.InstallerConfig
리턴 System

Validate() 공개 메소드

public Validate ( ) : bool
리턴 bool