Class PageFeedbacksManagement.SearchViewModel
Inheritance
PageFeedbacksManagement.SearchViewModel
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
public class PageFeedbacksManagement.SearchViewModel
Constructors
SearchViewModel()
Declaration
Fields
NullSelectionValue
Declaration
public const string NullSelectionValue = "empty_value"
Field Value
Properties
EntityType
Declaration
public string EntityType { get; set; }
Property Value
IsHandled
Declaration
public string IsHandled { get; set; }
Property Value
IsUseful
Declaration
public string IsUseful { get; set; }
Property Value
Extension Methods