C# Class CalDavSynchronizer.Ui.Options.DesignCurrentOptions

Inheritance: ICurrentOptions
Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer

Méthodes publiques

Méthode Description
CreateCalDavDataAccess ( ) : ICalDavDataAccess
CreateWebDavClient ( Uri url ) : IWebDavClient
GetProxyIfConfigured ( ) : IWebProxy

Méthodes protégées

Méthode Description
OnOutlookFolderTypeChanged ( ) : void

Method Details

CreateCalDavDataAccess() public méthode

public CreateCalDavDataAccess ( ) : ICalDavDataAccess
Résultat ICalDavDataAccess

CreateWebDavClient() public méthode

public CreateWebDavClient ( Uri url ) : IWebDavClient
url System.Uri
Résultat IWebDavClient

GetProxyIfConfigured() public méthode

public GetProxyIfConfigured ( ) : IWebProxy
Résultat IWebProxy

OnOutlookFolderTypeChanged() protected méthode

protected OnOutlookFolderTypeChanged ( ) : void
Résultat void