C# Класс PhotoSharingApp.Portable.DataContracts.ReportContract

The data contract used for reporting content.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Active bool
ContentId string
ContentType ContentType
CreatedDateTime System.DateTime
Id string
ReportReason ReportReason
ReporterUserId string

Описание свойств

Active публичное свойство

Determines if the report needs to be addressed.
public bool Active
Результат bool

ContentId публичное свойство

The Id of the photo or annotation.
public string ContentId
Результат string

ContentType публичное свойство

The content type.
public ContentType ContentType
Результат ContentType

CreatedDateTime публичное свойство

The timestamp it was reported.
public DateTime,System CreatedDateTime
Результат System.DateTime

Id публичное свойство

Report Id.
public string Id
Результат string

ReportReason публичное свойство

The reason why it was reported.
public ReportReason ReportReason
Результат ReportReason

ReporterUserId публичное свойство

The user id who reported the content.
public string ReporterUserId
Результат string