Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PhotoSharingApp
Portable
DataContracts
ReportContract
C# Class PhotoSharingApp.Portable.DataContracts.ReportContract
The data contract used for reporting content.
Datei anzeigen
Open project: Microsoft/Appsample-Photosharing
Class Usage Examples
Public Properties
Property
Type
Description
Active
bool
ContentId
string
ContentType
ContentType
CreatedDateTime
System.DateTime
Id
string
ReportReason
ReportReason
ReporterUserId
string
Property Details
Active
public_oe property
Determines if the report needs to be addressed.
public
bool
Active
return
bool
ContentId
public_oe property
The Id of the photo or annotation.
public
string
ContentId
return
string
ContentType
public_oe property
The content type.
public
ContentType
ContentType
return
ContentType
CreatedDateTime
public_oe property
The timestamp it was reported.
public
DateTime,System
CreatedDateTime
return
System.DateTime
Id
public_oe property
Report Id.
public
string
Id
return
string
ReportReason
public_oe property
The reason why it was reported.
public
ReportReason
ReportReason
return
ReportReason
ReporterUserId
public_oe property
The user id who reported the content.
public
string
ReporterUserId
return
string