C# Class PhotoSharingApp.Portable.DataContracts.ReportContract

The data contract used for reporting content.
Afficher le fichier Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Méthodes publiques

Свойство 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
Résultat bool

ContentId public_oe property

The Id of the photo or annotation.
public string ContentId
Résultat string

ContentType public_oe property

The content type.
public ContentType ContentType
Résultat ContentType

CreatedDateTime public_oe property

The timestamp it was reported.
public DateTime,System CreatedDateTime
Résultat System.DateTime

Id public_oe property

Report Id.
public string Id
Résultat string

ReportReason public_oe property

The reason why it was reported.
public ReportReason ReportReason
Résultat ReportReason

ReporterUserId public_oe property

The user id who reported the content.
public string ReporterUserId
Résultat string