C# 클래스 PhotoSharingApp.Portable.DataContracts.ReportContract

The data contract used for reporting content.
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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