C# 클래스 PhotoSharingApp.Universal.Models.Config

Specifies the configuration data model
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 메소드들

메소드 설명
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.