C# Class CredPlus.Compartilhado.Validations.Validatable

Afficher le fichier Open project: yanjustino/DomainModelExamples

Méthodes publiques

Méthode Description
GetNotifications ( ) : CredPlus.Compartilhado.Validations.Notification[]
StringifyNotifications ( ) : string

Méthodes protégées

Méthode Description
HasNotifications ( ) : bool
Notify ( ) : void
Notify ( List notifications ) : void
Notify ( Notification notification ) : void
Validate ( ) : void
Validations ( ) : void

Private Methods

Méthode Description
CreateNotificationListIfNull ( ) : void

Method Details

GetNotifications() public méthode

public GetNotifications ( ) : CredPlus.Compartilhado.Validations.Notification[]
Résultat CredPlus.Compartilhado.Validations.Notification[]

HasNotifications() protected méthode

protected HasNotifications ( ) : bool
Résultat bool

Notify() protected méthode

protected Notify ( ) : void
Résultat void

Notify() protected méthode

protected Notify ( List notifications ) : void
notifications List
Résultat void

Notify() protected méthode

protected Notify ( Notification notification ) : void
notification Notification
Résultat void

StringifyNotifications() public méthode

public StringifyNotifications ( ) : string
Résultat string

Validate() protected méthode

protected Validate ( ) : void
Résultat void

Validations() protected méthode

protected Validations ( ) : void
Résultat void