Property | Type | Description | |
---|---|---|---|
EnumerateParents | IEnumerable |
||
RaiseError | void | ||
RegisterMeIfNotRegistered | void | ||
ScanCommonPrefix | string |
Method | Description | |
---|---|---|
ApplicationManager ( IStateRepository repository ) : System |
使用する IStateRepository を指定して、ApplicationManager クラスの新しいインスタンスを初期化します。
|
|
AutoSuggestApplicationDirectory ( ) : System.Threading.Tasks.Task | ||
InstallApplicationAsync ( string id ) : Task |
||
LoadAsync ( ) : System.Threading.Tasks.Task |
永続化されているアプリケーション構成情報を非同期で読み込みます。
|
|
RegisterInstalledApplication ( string applicationPath ) : System.Threading.Tasks.Task |
|
|
RemoveApplicationAsync ( Candy.Client.Models.InstalledApplication app ) : System.Threading.Tasks.Task |
|
|
SaveAsync ( ) : System.Threading.Tasks.Task |
このアプリケーション構成情報を非同期で永続化します。
|
|
SuggestApplicationDirectory ( IReadOnlyList |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnError ( ErrorEventArgs e ) : void |
Method | Description | |
---|---|---|
EnumerateParents ( |
||
RaiseError ( string message ) : void | ||
RegisterMeIfNotRegistered ( ) : void | ||
ScanCommonPrefix ( IEnumerable |
public ApplicationManager ( IStateRepository repository ) : System | ||
repository | IStateRepository | 使用する |
return | System |
public AutoSuggestApplicationDirectory ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public InstallApplicationAsync ( string id ) : Task |
||
id | string | |
return | Task |
public LoadAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
protected OnError ( ErrorEventArgs e ) : void | ||
e | ErrorEventArgs | |
return | void |
public RegisterInstalledApplication ( string applicationPath ) : System.Threading.Tasks.Task | ||
applicationPath | string | |
return | System.Threading.Tasks.Task |
public RemoveApplicationAsync ( Candy.Client.Models.InstalledApplication app ) : System.Threading.Tasks.Task | ||
app | Candy.Client.Models.InstalledApplication | |
return | System.Threading.Tasks.Task |
public SaveAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static SuggestApplicationDirectory ( IReadOnlyList |
||
apps | IReadOnlyList |
|
return | string |