C# Класс PhotoSharingApp.Universal.Models.Config

Specifies the configuration data model
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Config ( string buildVersion, int categoryThumbnailsSmallFormFactor, int categoryThumbnailsLargeFormFactor )

Initializes a new instance of the Config class.

Описание методов

Config() публичный Метод

Initializes a new instance of the Config class.
public Config ( string buildVersion, int categoryThumbnailsSmallFormFactor, int categoryThumbnailsLargeFormFactor )
buildVersion string The build version.
categoryThumbnailsSmallFormFactor int The number of category thumbnails for small devices.
categoryThumbnailsLargeFormFactor int The number of category thumbnails for large devices.