Show / Hide Table of Contents

Class SearchModel

Inheritance
System.Object
SearchModel
Namespace: Volo.Docs.Pages.Documents
Assembly: Volo.Docs.Web.dll
Syntax
public class SearchModel : PageModel

Constructors

SearchModel(IProjectAppService, IDocumentAppService)

Declaration
public SearchModel(IProjectAppService projectAppService, IDocumentAppService documentAppService)
Parameters
Type Name Description
IProjectAppService projectAppService
IDocumentAppService documentAppService

Properties

KeyWord

Declaration
public string KeyWord { get; set; }
Property Value
Type Description
System.String

LanguageCode

Declaration
public string LanguageCode { get; set; }
Property Value
Type Description
System.String

Project

Declaration
public ProjectDto Project { get; set; }
Property Value
Type Description
ProjectDto

ProjectName

Declaration
public string ProjectName { get; set; }
Property Value
Type Description
System.String

SearchOutputs

Declaration
public List<DocumentSearchOutput> SearchOutputs { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DocumentSearchOutput>

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String

Methods

OnGetAsync(String)

Declaration
public virtual Task<IActionResult> OnGetAsync(string keyword)
Parameters
Type Name Description
System.String keyword
Returns
Type Description
System.Threading.Tasks.Task<IActionResult>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft