C# 클래스 CredPlus.Compartilhado.Validations.Validatable

파일 보기 프로젝트 열기: yanjustino/DomainModelExamples

공개 메소드들

메소드 설명
GetNotifications ( ) : CredPlus.Compartilhado.Validations.Notification[]
StringifyNotifications ( ) : string

보호된 메소드들

메소드 설명
HasNotifications ( ) : bool
Notify ( ) : void
Notify ( List notifications ) : void
Notify ( Notification notification ) : void
Validate ( ) : void
Validations ( ) : void

비공개 메소드들

메소드 설명
CreateNotificationListIfNull ( ) : void

메소드 상세

GetNotifications() 공개 메소드

public GetNotifications ( ) : CredPlus.Compartilhado.Validations.Notification[]
리턴 CredPlus.Compartilhado.Validations.Notification[]

HasNotifications() 보호된 메소드

protected HasNotifications ( ) : bool
리턴 bool

Notify() 보호된 메소드

protected Notify ( ) : void
리턴 void

Notify() 보호된 메소드

protected Notify ( List notifications ) : void
notifications List
리턴 void

Notify() 보호된 메소드

protected Notify ( Notification notification ) : void
notification Notification
리턴 void

StringifyNotifications() 공개 메소드

public StringifyNotifications ( ) : string
리턴 string

Validate() 보호된 메소드

protected Validate ( ) : void
리턴 void

Validations() 보호된 메소드

protected Validations ( ) : void
리턴 void