C# Class PhotoSharingApp.Universal.Models.Config

Specifies the configuration data model
Mostra file Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
Config ( string buildVersion, int categoryThumbnailsSmallFormFactor, int categoryThumbnailsLargeFormFactor )

Initializes a new instance of the Config class.

Method Details

Config() public method

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.