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

The category json document.
Inheritance: BaseDocument
Mostrar archivo Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Properties

Property Type Description
DocumentTypeIdentifier string

Private Properties

Property Type Description

Public Methods

Method Description
ToContract ( ) : CategoryContract

Creates a CategoryContract from this document.

Method Details

ToContract() public method

Creates a CategoryContract from this document.
public ToContract ( ) : CategoryContract
return 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
return string