Class DetailsModel
Inherited Members
Namespace: Volo.CmsKit.Admin.Web.Pages.CmsKit.Comments
Assembly: Volo.CmsKit.Admin.Web.dll
Syntax
public class DetailsModel : CmsKitAdminPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
DetailsModel(ICommentAdminAppService)
Declaration
public DetailsModel(ICommentAdminAppService commentAdminAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| ICommentAdminAppService | commentAdminAppService |
Fields
CommentAdminAppService
Declaration
protected readonly ICommentAdminAppService CommentAdminAppService
Field Value
| Type | Description |
|---|---|
| ICommentAdminAppService |
Properties
Author
Declaration
public string Author { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CommentApproveState
Declaration
public CommentApproveState CommentApproveState { get; set; }
Property Value
| Type | Description |
|---|---|
| CommentApproveState |
CommentWithAuthorDto
Declaration
public CommentWithAuthorDto CommentWithAuthorDto { get; protected set; }
Property Value
| Type | Description |
|---|---|
| CommentWithAuthorDto |
CreationEndDate
Declaration
public DateTime? CreationEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
CreationStartDate
Declaration
public DateTime? CreationStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
Id
Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Methods
OnGetAsync()
Declaration
public Task OnGetAsync()
Returns
| Type | Description |
|---|---|
| Task |