C# Class AppStore.Models.InfoModel

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

Public Properties

Property Type Description
mModel InfoModel

Public Methods

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

Method Details

getInfoAuthor() public method

Gets the Author of the Info App-Template
public getInfoAuthor ( ) : string
return string

getInfoAuthorEmail() public method

Gets the Email of the Author of the Info App-Template
public getInfoAuthorEmail ( ) : string
return string

getInfoDescription() public method

Gets the Description of the Info App-Template
public getInfoDescription ( ) : string
return string

getInfoDescriptionList() public method

Gets the InfoDescription List.
public getInfoDescriptionList ( ) : List
return List

getInfoName() public method

Gets the Name of the Info App-Template
public getInfoName ( ) : string
return string

getInfoTitleList() public method

Gets the InfoTitleList
public getInfoTitleList ( ) : List
return List

getInfoVersion() public method

Gets the version of the Info App-Template
public getInfoVersion ( ) : string
return string

getInstance() public static method

Gets the object for InfoModel.
public static getInstance ( ) : InfoModel
return InfoModel

setInfoAuthor() public method

Sets the Author of the Info App-Template
public setInfoAuthor ( string mInfoAuthor ) : void
mInfoAuthor string Author of the Info App-Template
return void

setInfoAuthorEmail() public method

Sets the AuthorEmail of the Info App-Template
public setInfoAuthorEmail ( string mInfoAuthorEmail ) : void
mInfoAuthorEmail string Email fo the Author
return void

setInfoDescription() public method

Sets the Description of the Info App-Template
public setInfoDescription ( string mInfoDescription ) : void
mInfoDescription string
return void

setInfoDescriptionList() public method

Sets the InfoDescription List.
public setInfoDescriptionList ( List mInfoDescriptionList ) : void
mInfoDescriptionList List
return void

setInfoName() public method

Sets the name of the Info App-Tmeplate
public setInfoName ( string mInfoName ) : void
mInfoName string Name of the Info App-Template
return void

setInfoTitleList() public method

Sets the InfoTitle List
public setInfoTitleList ( List mInfoTitleList ) : void
mInfoTitleList List List of the Title List.
return void

setInfoVersion() public method

Sets the InfoVersion
public setInfoVersion ( string mInfoVersion ) : void
mInfoVersion string Version of the Info App-Template
return void

Property Details

mModel public static property

public static InfoModel,AppStore.Models mModel
return InfoModel