C# Class PhotoSharingApp.Universal.ContractModelConverterExtensions.CategoryConverter

Helper class to convert between Category and CategoryContract classes.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing

Méthodes publiques

Méthode Description
ToDataModel ( this categoryContract ) : Category

Converts the given category contract to the category data model.

Method Details

ToDataModel() public static méthode

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