Class IndexModel
Inherited Members
Namespace: Volo.CmsKit.Admin.Web.Pages.CmsKit.Comments.Approve
Assembly: Volo.CmsKit.Admin.Web.dll
Syntax
public class IndexModel : CmsKitAdminPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IndexModel()
Declaration
public IndexModel()
Properties
Author
Declaration
public string Author { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CreationEndDate
Declaration
public DateTime? CreationEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
CreationStartDate
Declaration
public DateTime? CreationStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
EntityType
Declaration
public string EntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsApproved
Declaration
public string IsApproved { get; set; }
Property Value
| Type | Description |
|---|---|
| string |