C# 클래스 PhotoSharingApp.AppService.Shared.Models.DocumentDB.CategoryDocument

The category json document.
상속: BaseDocument
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DocumentTypeIdentifier string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ToContract ( ) : CategoryContract

Creates a CategoryContract from this document.

메소드 상세

ToContract() 공개 메소드

Creates a CategoryContract from this document.
public ToContract ( ) : CategoryContract
리턴 PhotoSharingApp.Portable.DataContracts.CategoryContract

프로퍼티 상세

DocumentTypeIdentifier 공개적으로 정적으로 프로퍼티

The document type string value for the category json document.
public static string DocumentTypeIdentifier
리턴 string