Свойство | Type | Description | |
---|---|---|---|
EnumerateParents | IEnumerable |
||
RaiseError | void | ||
RegisterMeIfNotRegistered | void | ||
ScanCommonPrefix | string |
Méthode | 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 |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnError ( ErrorEventArgs e ) : void |
Méthode | Description | |
---|---|---|
EnumerateParents ( |
||
RaiseError ( string message ) : void | ||
RegisterMeIfNotRegistered ( ) : void | ||
ScanCommonPrefix ( IEnumerable |
public ApplicationManager ( IStateRepository repository ) : System | ||
repository | IStateRepository | 使用する |
Résultat | System |
public AutoSuggestApplicationDirectory ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public InstallApplicationAsync ( string id ) : Task |
||
id | string | |
Résultat | Task |
public LoadAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
protected OnError ( ErrorEventArgs e ) : void | ||
e | ErrorEventArgs | |
Résultat | void |
public RegisterInstalledApplication ( string applicationPath ) : System.Threading.Tasks.Task | ||
applicationPath | string | |
Résultat | System.Threading.Tasks.Task |
public RemoveApplicationAsync ( Candy.Client.Models.InstalledApplication app ) : System.Threading.Tasks.Task | ||
app | Candy.Client.Models.InstalledApplication | |
Résultat | System.Threading.Tasks.Task |
public SaveAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
public static SuggestApplicationDirectory ( IReadOnlyList |
||
apps | IReadOnlyList |
|
Résultat | string |