C# Class PhotoSharingApp.Universal.Extensions.CategoryExtensions

Provides extension methods for the Category class.
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ToCategoryPreview ( this category ) : CategoryPreview

Converts from Category to CategoryPreview.

Method Details

ToCategoryPreview() public static method

Converts from Category to CategoryPreview.
public static ToCategoryPreview ( this category ) : CategoryPreview
category this The category.
return PhotoSharingApp.Universal.Models.CategoryPreview