C# Class King.ATrak.Echoer

Echo deletions to destination
Inheritance: IEchoer
Afficher le fichier Open project: jefking/King.A-Trak

Protected Properties

Свойство Type Description
destination IDataLister

Méthodes publiques

Méthode Description
CleanDestination ( IEnumerable sourceItems ) : System.Threading.Tasks.Task

Clean Destination

Echoer ( IDataLister destination ) : System

Mockable Constructor

Method Details

CleanDestination() public méthode

Clean Destination
public CleanDestination ( IEnumerable sourceItems ) : System.Threading.Tasks.Task
sourceItems IEnumerable Source Items
Résultat System.Threading.Tasks.Task

Echoer() public méthode

Mockable Constructor
public Echoer ( IDataLister destination ) : System
destination IDataLister
Résultat System

Property Details

destination protected_oe property

Destination
protected IDataLister destination
Résultat IDataLister