Class RoleQueryFilterModel
This class defines the administration role query filter model.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Security
Assembly: Vasont.Publisher.Models.dll
Syntax
public class RoleQueryFilterModel : PaginatedQueryRequestModel
Properties
| Improve this Doc View SourceSearchText
Gets or sets the search text.
Declaration
public string SearchText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The search text. |