C# Class PhotoSharingApp.Universal.Models.Config

Specifies the configuration data model
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Méthode Description
Config ( string buildVersion, int categoryThumbnailsSmallFormFactor, int categoryThumbnailsLargeFormFactor )

Initializes a new instance of the Config class.

Method Details

Config() public méthode

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.