C# Class CredPlus.Compartilhado.Validations.Validatable

Mostra file Open project: yanjustino/DomainModelExamples

Public Methods

Method Description
GetNotifications ( ) : CredPlus.Compartilhado.Validations.Notification[]
StringifyNotifications ( ) : string

Protected Methods

Method Description
HasNotifications ( ) : bool
Notify ( ) : void
Notify ( List notifications ) : void
Notify ( Notification notification ) : void
Validate ( ) : void
Validations ( ) : void

Private Methods

Method Description
CreateNotificationListIfNull ( ) : void

Method Details

GetNotifications() public method

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

HasNotifications() protected method

protected HasNotifications ( ) : bool
return bool

Notify() protected method

protected Notify ( ) : void
return void

Notify() protected method

protected Notify ( List notifications ) : void
notifications List
return void

Notify() protected method

protected Notify ( Notification notification ) : void
notification Notification
return void

StringifyNotifications() public method

public StringifyNotifications ( ) : string
return string

Validate() protected method

protected Validate ( ) : void
return void

Validations() protected method

protected Validations ( ) : void
return void