C# Class AppStore.Models.AppList

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

Public Properties

Property Type Description
appList List
myappList List

Public Methods

Method 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 method

Public Constructor
public AppList ( ) : System.Collections.Generic
return System.Collections.Generic

getAppList() public static method

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

getMyAppList() public static method

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

Property Details

appList public property

public List appList
return List

myappList public property

public List myappList
return List