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

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

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

Свойство Тип Описание
mModel InfoModel

Открытые методы

Метод Описание
getInfoAuthor ( ) : string

Gets the Author of the Info App-Template

getInfoAuthorEmail ( ) : string

Gets the Email of the Author of the Info App-Template

getInfoDescription ( ) : string

Gets the Description of the Info App-Template

getInfoDescriptionList ( ) : List

Gets the InfoDescription List.

getInfoName ( ) : string

Gets the Name of the Info App-Template

getInfoTitleList ( ) : List

Gets the InfoTitleList

getInfoVersion ( ) : string

Gets the version of the Info App-Template

getInstance ( ) : InfoModel

Gets the object for InfoModel.

setInfoAuthor ( string mInfoAuthor ) : void

Sets the Author of the Info App-Template

setInfoAuthorEmail ( string mInfoAuthorEmail ) : void

Sets the AuthorEmail of the Info App-Template

setInfoDescription ( string mInfoDescription ) : void

Sets the Description of the Info App-Template

setInfoDescriptionList ( List mInfoDescriptionList ) : void

Sets the InfoDescription List.

setInfoName ( string mInfoName ) : void

Sets the name of the Info App-Tmeplate

setInfoTitleList ( List mInfoTitleList ) : void

Sets the InfoTitle List

setInfoVersion ( string mInfoVersion ) : void

Sets the InfoVersion

Описание методов

getInfoAuthor() публичный Метод

Gets the Author of the Info App-Template
public getInfoAuthor ( ) : string
Результат string

getInfoAuthorEmail() публичный Метод

Gets the Email of the Author of the Info App-Template
public getInfoAuthorEmail ( ) : string
Результат string

getInfoDescription() публичный Метод

Gets the Description of the Info App-Template
public getInfoDescription ( ) : string
Результат string

getInfoDescriptionList() публичный Метод

Gets the InfoDescription List.
public getInfoDescriptionList ( ) : List
Результат List

getInfoName() публичный Метод

Gets the Name of the Info App-Template
public getInfoName ( ) : string
Результат string

getInfoTitleList() публичный Метод

Gets the InfoTitleList
public getInfoTitleList ( ) : List
Результат List

getInfoVersion() публичный Метод

Gets the version of the Info App-Template
public getInfoVersion ( ) : string
Результат string

getInstance() публичный статический Метод

Gets the object for InfoModel.
public static getInstance ( ) : InfoModel
Результат InfoModel

setInfoAuthor() публичный Метод

Sets the Author of the Info App-Template
public setInfoAuthor ( string mInfoAuthor ) : void
mInfoAuthor string Author of the Info App-Template
Результат void

setInfoAuthorEmail() публичный Метод

Sets the AuthorEmail of the Info App-Template
public setInfoAuthorEmail ( string mInfoAuthorEmail ) : void
mInfoAuthorEmail string Email fo the Author
Результат void

setInfoDescription() публичный Метод

Sets the Description of the Info App-Template
public setInfoDescription ( string mInfoDescription ) : void
mInfoDescription string
Результат void

setInfoDescriptionList() публичный Метод

Sets the InfoDescription List.
public setInfoDescriptionList ( List mInfoDescriptionList ) : void
mInfoDescriptionList List
Результат void

setInfoName() публичный Метод

Sets the name of the Info App-Tmeplate
public setInfoName ( string mInfoName ) : void
mInfoName string Name of the Info App-Template
Результат void

setInfoTitleList() публичный Метод

Sets the InfoTitle List
public setInfoTitleList ( List mInfoTitleList ) : void
mInfoTitleList List List of the Title List.
Результат void

setInfoVersion() публичный Метод

Sets the InfoVersion
public setInfoVersion ( string mInfoVersion ) : void
mInfoVersion string Version of the Info App-Template
Результат void

Описание свойств

mModel публичное статическое свойство

public static InfoModel,AppStore.Models mModel
Результат InfoModel