C# Class AppStore.Models.Apps

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

Public Methods

Method Description
Apps ( string name, string description, string author, string authoremail, string appicon, string screenshots, string type, string category )

Public Constructor

Method Details

Apps() public method

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