C# Class FileFind.Meshwork.Destination.DestinationManager

Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
DestinationManager ( ) : System
RegisterSource ( IDestinationSource source ) : void
SupportsDestinationType ( string typeName ) : bool
SyncFromSettings ( ) : void
UnregisterSource ( IDestinationSource source ) : void

Private Methods

Méthode Description
GetConnectableDestinations ( IDestination destinations ) : IDestination[]
source_DestinationAdded ( IDestination destination ) : void
source_DestinationRemoved ( IDestination destination ) : void

Method Details

DestinationManager() public méthode

public DestinationManager ( ) : System
Résultat System

RegisterSource() public méthode

public RegisterSource ( IDestinationSource source ) : void
source IDestinationSource
Résultat void

SupportsDestinationType() public méthode

public SupportsDestinationType ( string typeName ) : bool
typeName string
Résultat bool

SyncFromSettings() public méthode

public SyncFromSettings ( ) : void
Résultat void

UnregisterSource() public méthode

public UnregisterSource ( IDestinationSource source ) : void
source IDestinationSource
Résultat void