AbuseReport
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class AbuseReport { int AbuseReasonId { get; set; } Guid AbuseReportId { get; set; } double AbuseScore { get; set; } AbuseAppeal Appeal { get; } User AuthorUser { get; } int AuthorUserId { get; set; } Content Content { get; } DateTime CreatedDate { get; set; } User CreatedUser { get; } int CreatedUserId { get; set; } DateTime? LastUpdatedDate { get; set; } int? LastUpdatedUserId { get; set; } DateTime? ProcessedDate { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
AbuseReasonId | int | |||
AbuseReportId | Guid | |||
AbuseScore | double | |||
Appeal | AbuseAppeal | |||
AuthorUser | User | |||
AuthorUserId | int | |||
Content | Content | |||
CreatedDate | DateTime | |||
CreatedUser | User | |||
CreatedUserId | int | |||
LastUpdatedDate | DateTime? | |||
LastUpdatedUserId | int? | |||
ProcessedDate | DateTime? |