C# 클래스 AppStore.Models.FlashModel

It is model for the Flash card App-Template
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mFlashModel FlashModel

공개 메소드들

메소드 설명
getCardList ( ) : List

Gets the CardList of the Flash-Card App-Template

getFlashAuthor ( ) : string

Gets the Author of the Flash-Card App-Template

getFlashAuthorEmail ( ) : string

Gets the Author-Email of the Flash-Card App-Template

getFlashDescription ( ) : string

Gets the Description of the Flash-Card App-Template

getFlashName ( ) : string

Gets the Name of the Flash-Card App-Template

getFlashVersion ( ) : string

Gets the version of the Flash-Card App-Template

getInstance ( ) : FlashModel

Gets the Instance of the Flash-Card App-Template

setCardList ( List mCardList ) : void

Sets the CardList of the Flash-Card App-Template

setFlashAuthor ( string mFlashAuthor ) : void

Sets the Author of the Flash-Card App-Template

setFlashAuthorEmail ( string mFlashAuthorEmail ) : void

Sets the AuthorEmail of the Flash-Card App-Template

setFlashDescription ( string mFlashDescription ) : void

Sets the Description of the Flash-Card App-Template

setFlashName ( string mFlashName ) : void

Sets the Name of the Flash-Card App-Template

setFlashVersion ( string mFlashVersion ) : void

Sets the Version of the Flash-Card App-Template

메소드 상세

getCardList() 공개 메소드

Gets the CardList of the Flash-Card App-Template
public getCardList ( ) : List
리턴 List

getFlashAuthor() 공개 메소드

Gets the Author of the Flash-Card App-Template
public getFlashAuthor ( ) : string
리턴 string

getFlashAuthorEmail() 공개 메소드

Gets the Author-Email of the Flash-Card App-Template
public getFlashAuthorEmail ( ) : string
리턴 string

getFlashDescription() 공개 메소드

Gets the Description of the Flash-Card App-Template
public getFlashDescription ( ) : string
리턴 string

getFlashName() 공개 메소드

Gets the Name of the Flash-Card App-Template
public getFlashName ( ) : string
리턴 string

getFlashVersion() 공개 메소드

Gets the version of the Flash-Card App-Template
public getFlashVersion ( ) : string
리턴 string

getInstance() 공개 정적인 메소드

Gets the Instance of the Flash-Card App-Template
public static getInstance ( ) : FlashModel
리턴 FlashModel

setCardList() 공개 메소드

Sets the CardList of the Flash-Card App-Template
public setCardList ( List mCardList ) : void
mCardList List CardList of the Flash-Card App-Template
리턴 void

setFlashAuthor() 공개 메소드

Sets the Author of the Flash-Card App-Template
public setFlashAuthor ( string mFlashAuthor ) : void
mFlashAuthor string Author of the Flash-Card App-Template
리턴 void

setFlashAuthorEmail() 공개 메소드

Sets the AuthorEmail of the Flash-Card App-Template
public setFlashAuthorEmail ( string mFlashAuthorEmail ) : void
mFlashAuthorEmail string Author Email of the Flash-Card App-Template
리턴 void

setFlashDescription() 공개 메소드

Sets the Description of the Flash-Card App-Template
public setFlashDescription ( string mFlashDescription ) : void
mFlashDescription string Description of the Flash-Card App-Template
리턴 void

setFlashName() 공개 메소드

Sets the Name of the Flash-Card App-Template
public setFlashName ( string mFlashName ) : void
mFlashName string Name of the Flash-Card App-Template
리턴 void

setFlashVersion() 공개 메소드

Sets the Version of the Flash-Card App-Template
public setFlashVersion ( string mFlashVersion ) : void
mFlashVersion string Version of the Flash-Card App-Template
리턴 void

프로퍼티 상세

mFlashModel 공개적으로 정적으로 프로퍼티

public static FlashModel,AppStore.Models mFlashModel
리턴 FlashModel