- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
class AbuseAppeal { DateTime AppealExpires { get; set; } Guid AppealId { get; set; } DateTime AppealInitiatedDate { get; set; } string AppealState { get; set; } string AuthorResponse { get; set; } DateTime? AuthorResponseDate { get; set; } User AuthorUser { get; } int AuthorUserId { get; set; } string BoardResponse { get; set; } Content Content { get; } bool ContentIsReply { get; set; } DateTime CreatedDate { get; set; } string IdentificationExplanation { get; } string IdentificationPluginName { get; } int? InitiatedBy { get; set; } User InitiatedByUser { get; } int? ModifiedBy { get; set; } User ModifiedByUser { get; } DateTime? ModifiedDate { get; set; } bool RequiresManualActionToCorrectContent { get; } DateTime? ResolutionDate { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
AppealExpires |
DateTime |
|||
AppealId |
Guid |
|||
AppealInitiatedDate |
DateTime |
|||
AppealState |
string |
|||
AuthorResponse |
string |
|||
AuthorResponseDate |
DateTime? |
|||
AuthorUser |
User |
|||
AuthorUserId |
int |
|||
BoardResponse |
string |
|||
Content |
Content |
|||
ContentIsReply |
bool |
|||
CreatedDate |
DateTime |
|||
IdentificationExplanation |
string |
|||
IdentificationPluginName |
string |
|||
InitiatedBy |
int? |
|||
InitiatedByUser |
User |
|||
ModifiedBy |
int? |
|||
ModifiedByUser |
User |
|||
ModifiedDate |
DateTime? |
|||
RequiresManualActionToCorrectContent |
bool |
|||
ResolutionDate |
DateTime? |