C# Class AppStore.Models.FlashModel

It is model for the Flash card App-Template
Show file Open project: BuildmLearn/BuildmLearn-Store Class Usage Examples

Public Properties

Property Type Description
mFlashModel FlashModel

Public Methods

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

Method Details

getCardList() public method

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

getFlashAuthor() public method

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

getFlashAuthorEmail() public method

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

getFlashDescription() public method

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

getFlashName() public method

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

getFlashVersion() public method

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

getInstance() public static method

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

setCardList() public method

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

setFlashAuthor() public method

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

setFlashAuthorEmail() public method

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

setFlashDescription() public method

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

setFlashName() public method

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

setFlashVersion() public method

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

Property Details

mFlashModel public static property

public static FlashModel,AppStore.Models mFlashModel
return FlashModel