메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
AllInstalledFiles ( string pkgId ) : IEnumerable |
public DeletePackage ( string packageId ) : void | ||
packageId | string | Package ID |
리턴 | void |
public FillPackageFiles ( string packageId ) : List |
||
packageId | string | Package ID |
리턴 | List |
public SavePackage ( InstalledPackage package ) : void | ||
package | InstalledPackage | Intalled package |
리턴 | void |
public SavePackageFiles ( List |
||
packageFiles | List |
List of intalled package files |
리턴 | void |