C# Class AppStore.Models.FlashModel

It is model for the Flash card App-Template
Afficher le fichier Open project: BuildmLearn/BuildmLearn-Store Class Usage Examples

Méthodes publiques

Свойство Type Description
mFlashModel FlashModel

Méthodes publiques

Méthode 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 méthode

Gets the CardList of the Flash-Card App-Template
public getCardList ( ) : List
Résultat List

getFlashAuthor() public méthode

Gets the Author of the Flash-Card App-Template
public getFlashAuthor ( ) : string
Résultat string

getFlashAuthorEmail() public méthode

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

getFlashDescription() public méthode

Gets the Description of the Flash-Card App-Template
public getFlashDescription ( ) : string
Résultat string

getFlashName() public méthode

Gets the Name of the Flash-Card App-Template
public getFlashName ( ) : string
Résultat string

getFlashVersion() public méthode

Gets the version of the Flash-Card App-Template
public getFlashVersion ( ) : string
Résultat string

getInstance() public static méthode

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

setCardList() public méthode

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

setFlashAuthor() public méthode

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

setFlashAuthorEmail() public méthode

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

setFlashDescription() public méthode

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

setFlashName() public méthode

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

setFlashVersion() public méthode

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

Property Details

mFlashModel public_oe static_oe property

public static FlashModel,AppStore.Models mFlashModel
Résultat FlashModel