C# Class trello.Services.Handlers.AbstractHandler

Afficher le fichier Open project: Bunk/trellow

Protected Properties

Свойство Type Description
Api ITrello
Events IEventAggregator
Progress IProgressService

Méthodes protégées

Méthode Description
AbstractHandler ( IEventAggregator events, ITrello api, IProgressService progress ) : System
Handle ( Task>.Func handler ) : void

Method Details

AbstractHandler() protected méthode

protected AbstractHandler ( IEventAggregator events, ITrello api, IProgressService progress ) : System
events IEventAggregator
api ITrello
progress IProgressService
Résultat System

Handle() protected méthode

protected Handle ( Task>.Func handler ) : void
handler Task>.Func
Résultat void

Property Details

Api protected_oe property

protected ITrello Api
Résultat ITrello

Events protected_oe property

protected IEventAggregator Events
Résultat IEventAggregator

Progress protected_oe property

protected IProgressService Progress
Résultat IProgressService