Property | Type | Description |
---|
Method | Description | |
---|---|---|
PluginLoader ( Func |
||
TryFind ( Credential credential, Action |
||
TryFind ( Credential blogCredential, IMicroblog &blog ) : bool | ||
TryFind ( Credential credential, IStatusHandler &statusHandler ) : bool | ||
TryFind ( Credential credential, IUrlShortener &shortener ) : bool | ||
TryFind ( IEnumerable |
public PluginLoader ( Func |
||
composeSearchProviders | Func |
|
composeMicroblogs | Func |
|
composePluginSettings | Func |
|
composeUrlShorteners | Func |
|
composeStatusHandler | Func |
|
return | System |
public TryFind ( Credential credential, Action |
||
credential | Credential | |
onCreate | Action |
|
blog | IMicroblog | |
return | bool |
public TryFind ( Credential blogCredential, IMicroblog &blog ) : bool | ||
blogCredential | Credential | |
blog | IMicroblog | |
return | bool |
public TryFind ( Credential credential, IStatusHandler &statusHandler ) : bool | ||
credential | Credential | |
statusHandler | IStatusHandler | |
return | bool |
public TryFind ( Credential credential, IUrlShortener &shortener ) : bool | ||
credential | Credential | |
shortener | IUrlShortener | |
return | bool |
public TryFind ( IEnumerable |
||
searchProviders | IEnumerable |
|
providers | IList |
|
return | void |