C# 클래스 AppStore.Models.Apps

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

공개 메소드들

메소드 설명
Apps ( string name, string description, string author, string authoremail, string appicon, string screenshots, string type, string category )

Public Constructor

메소드 상세

Apps() 공개 메소드

Public Constructor
public Apps ( string name, string description, string author, string authoremail, string appicon, string screenshots, string type, string category )
name string Name of the app
description string Description of the app
author string Author of the app
authoremail string AuthorEmail
appicon string AppIcon
screenshots string Screenshots
type string Type of the app
category string Category of the app