Méthode | Description | |
---|---|---|
DeletePackage ( string packageId ) : void |
Should delete package and remove all package files
|
|
DeletePage ( Page page ) : void |
Deletes a Page from the data store specified by the provider.
|
|
FillPackageFiles ( string packageId ) : List |
Gets list of files for installed package
|
|
FillPackages ( ) : List |
Gets all installed from gallery packages
|
|
FillPages ( ) : List |
Retrieves all pages from the data store
|
|
InsertPage ( Page page ) : void |
Inserts a new Page into the data store specified by the provider.
|
|
SavePackage ( InstalledPackage package ) : void |
Log of all installed packages
|
|
SavePackageFiles ( List |
Log of all files for installed package
|
|
SelectPage ( System.Guid id ) : Page |
Retrieves a Page from the provider based on the specified id.
|
|
UpdatePage ( Page page ) : void |
Updates an existing Page in the data store specified by the provider.
|
Méthode | Description | |
---|---|---|
AllInstalledFiles ( string pkgId ) : IEnumerable |
public DeletePackage ( string packageId ) : void | ||
packageId | string | Package ID |
Résultat | void |
public DeletePage ( Page page ) : void | ||
page | Page | The page to delete. |
Résultat | void |
public FillPackageFiles ( string packageId ) : List |
||
packageId | string | Package ID |
Résultat | List |
public InsertPage ( Page page ) : void | ||
page | Page | The page to insert. |
Résultat | void |
public SavePackage ( InstalledPackage package ) : void | ||
package | InstalledPackage | Intalled package |
Résultat | void |
public SavePackageFiles ( List |
||
packageFiles | List |
List of intalled package files |
Résultat | void |
public SelectPage ( System.Guid id ) : Page | ||
id | System.Guid | The Page id. |
Résultat | Page |
public UpdatePage ( Page page ) : void | ||
page | Page | The page to update. |
Résultat | void |