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

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

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

Метод Описание
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