C# Class PhotoSharingApp.Universal.Extensions.CategoryPreviewExtensions

Provides extension methods for the CategoryPreview class.
Show file Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ToCategory ( this categoryPreview ) : Category

Converts from CategoryPreview to Category.

Method Details

ToCategory() public static method

Converts from CategoryPreview to Category.
public static ToCategory ( this categoryPreview ) : Category
categoryPreview this The category preview object.
return PhotoSharingApp.Universal.Models.Category