C# 클래스 FileFind.Meshwork.Destination.DestinationManager

파일 보기 프로젝트 열기: codebutler/meshwork 1 사용 예제들

공개 메소드들

메소드 설명
DestinationManager ( ) : System
RegisterSource ( IDestinationSource source ) : void
SupportsDestinationType ( string typeName ) : bool
SyncFromSettings ( ) : void
UnregisterSource ( IDestinationSource source ) : void

비공개 메소드들

메소드 설명
GetConnectableDestinations ( IDestination destinations ) : IDestination[]
source_DestinationAdded ( IDestination destination ) : void
source_DestinationRemoved ( IDestination destination ) : void

메소드 상세

DestinationManager() 공개 메소드

public DestinationManager ( ) : System
리턴 System

RegisterSource() 공개 메소드

public RegisterSource ( IDestinationSource source ) : void
source IDestinationSource
리턴 void

SupportsDestinationType() 공개 메소드

public SupportsDestinationType ( string typeName ) : bool
typeName string
리턴 bool

SyncFromSettings() 공개 메소드

public SyncFromSettings ( ) : void
리턴 void

UnregisterSource() 공개 메소드

public UnregisterSource ( IDestinationSource source ) : void
source IDestinationSource
리턴 void