- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Api.dll
定义
class AbuseAppealAfterAcceptedEventArgs { Guid AbuseId { get; } DateTime AppealExpires { get; } Guid AppealId { get; } DateTime AppealInitiatedDate { get; } string AppealState { get; } string AuthorResponse { get; } DateTime? AuthorResponseDate { get; } int AuthorUserId { get; } string BoardResponse { get; } Content Content { get; } bool ContentIsReply { get; } DateTime CreatedDate { get; } int? InitiatedBy { get; } int? ModifiedBy { get; } DateTime? ModifiedDate { get; } DateTime? ResolutionDate { get; } string WorkflowState { get; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
AbuseId |
Guid |
|||
AppealExpires |
DateTime |
|||
AppealId |
Guid |
|||
AppealInitiatedDate |
DateTime |
|||
AppealState |
string |
The current appeal state |
||
AuthorResponse |
string |
|||
AuthorResponseDate |
DateTime? |
|||
AuthorUserId |
int |
|||
BoardResponse |
string |
|||
Content |
Content |
|||
ContentIsReply |
bool |
|||
CreatedDate |
DateTime |
|||
InitiatedBy |
int? |
|||
ModifiedBy |
int? |
|||
ModifiedDate |
DateTime? |
|||
ResolutionDate |
DateTime? |
|||
WorkflowState |
string |
Identifies the current workflow being processed |