C# 클래스 SpecExpress.SpecificationBase

파일 보기 프로젝트 열기: rbell/SpecExpress 1 사용 예제들

공개 메소드들

메소드 설명
IsDefaultForType ( ) : void
Validate ( object instance, SpecificationContainer specificationContainer, ValidationNotification notification ) : bool

메소드 상세

IsDefaultForType() 공개 메소드

public IsDefaultForType ( ) : void
리턴 void

Validate() 공개 메소드

public Validate ( object instance, SpecificationContainer specificationContainer, ValidationNotification notification ) : bool
instance object
specificationContainer SpecificationContainer
notification ValidationNotification
리턴 bool