C# Класс AppStore.Models.FlashModel

It is model for the Flash card App-Template
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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