C# 클래스 PhotoSharingApp.Universal.ContractModelConverterExtensions.CategoryConverter

Helper class to convert between Category and CategoryContract classes.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
ToDataModel ( this categoryContract ) : Category

Converts the given category contract to the category data model.

메소드 상세

ToDataModel() 공개 정적인 메소드

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