C# Class AppStore.Models.AppList

It is model which contains the list of all the apps both installed and else.
Afficher le fichier Open project: BuildmLearn/BuildmLearn-Store Class Usage Examples

Méthodes publiques

Свойство Type Description
appList List
myappList List

Méthodes publiques

Méthode Description
AppList ( ) : System.Collections.Generic

Public Constructor

getAppList ( ) : AppList

Gets the list of all the apps in BuildmLearn Store.

getMyAppList ( ) : AppList

Gets the list of all the installed apps form BuildmLearn Store.

Method Details

AppList() public méthode

Public Constructor
public AppList ( ) : System.Collections.Generic
Résultat System.Collections.Generic

getAppList() public static méthode

Gets the list of all the apps in BuildmLearn Store.
public static getAppList ( ) : AppList
Résultat AppList

getMyAppList() public static méthode

Gets the list of all the installed apps form BuildmLearn Store.
public static getMyAppList ( ) : AppList
Résultat AppList

Property Details

appList public_oe property

public List appList
Résultat List

myappList public_oe property

public List myappList
Résultat List