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

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

공개 메소드들

메소드 설명
ToDataContract ( this category ) : CategoryPreviewContract

Converts the given category preview data model to a contract.

ToDataModel ( this categoryPreviewContract ) : CategoryPreview

Converts the given category preview contract to the category preview data model.

메소드 상세

ToDataContract() 공개 정적인 메소드

Converts the given category preview data model to a contract.
public static ToDataContract ( this category ) : CategoryPreviewContract
category this The category preview data model.
리턴 PhotoSharingApp.Portable.DataContracts.CategoryPreviewContract

ToDataModel() 공개 정적인 메소드

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