C# Class Dibware.EventDispatcher.UI.Base.ApplicationEventHandlingBase

Inheritance: IDisposable
Afficher le fichier Open project: dibley1973/EventDispatcher

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
ApplicationEventHandlingBase ( IApplicationEventDispatcher applicationEventDispatcher ) : System
Dispose ( bool disposing ) : void
UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Method Details

ApplicationEventHandlingBase() protected méthode

protected ApplicationEventHandlingBase ( IApplicationEventDispatcher applicationEventDispatcher ) : System
applicationEventDispatcher IApplicationEventDispatcher
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected abstract méthode

protected abstract Dispose ( bool disposing ) : void
disposing bool
Résultat void

UnwireApplicationEventHandlers() protected abstract méthode

protected abstract UnwireApplicationEventHandlers ( ) : void
Résultat void

WireUpApplicationEventHandlers() protected abstract méthode

protected abstract WireUpApplicationEventHandlers ( ) : void
Résultat void