C# Class PhotoSharingApp.Universal.ContractModelConverterExtensions.CategoryConverter

Helper class to convert between Category and CategoryContract classes.
Mostrar archivo Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ToDataModel ( this categoryContract ) : Category

Converts the given category contract to the category data model.

Method Details

ToDataModel() public static method

Converts the given category contract to the category data model.
public static ToDataModel ( this categoryContract ) : Category
categoryContract this The category data contract.
return PhotoSharingApp.Universal.Models.Category