C# Class PhotoSharingApp.AppService.Shared.Models.DocumentDB.CategoryDocument

The category json document.
Inheritance: BaseDocument
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Свойство Type Description
DocumentTypeIdentifier string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToContract ( ) : CategoryContract

Creates a CategoryContract from this document.

Method Details

ToContract() public méthode

Creates a CategoryContract from this document.
public ToContract ( ) : CategoryContract
Résultat PhotoSharingApp.Portable.DataContracts.CategoryContract

Property Details

DocumentTypeIdentifier public_oe static_oe property

The document type string value for the category json document.
public static string DocumentTypeIdentifier
Résultat string