C# 클래스 AppStore.Models.InfoModel

It is model for the Info App-Template.
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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