C# 클래스 AppStore.Models.AppList

It is model which contains the list of all the apps both installed and else.
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
appList List
myappList List

공개 메소드들

메소드 설명
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.

메소드 상세

AppList() 공개 메소드

Public Constructor
public AppList ( ) : System.Collections.Generic
리턴 System.Collections.Generic

getAppList() 공개 정적인 메소드

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

getMyAppList() 공개 정적인 메소드

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

프로퍼티 상세

appList 공개적으로 프로퍼티

public List appList
리턴 List

myappList 공개적으로 프로퍼티

public List myappList
리턴 List