Show / Hide Table of Contents

Class SearchModuleDataDto

Inheritance
System.Object
SearchModuleDataDto
Namespace: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class SearchModuleDataDto : SearchRequestDto

Constructors

| Improve this Doc View Source

SearchModuleDataDto()

Declaration
public SearchModuleDataDto()
| Improve this Doc View Source

SearchModuleDataDto(SearchRequestDto, HttpRequest)

Declaration
public SearchModuleDataDto(SearchRequestDto req, HttpRequest request)
Parameters
Type Name Description
SearchRequestDto req
Microsoft.AspNetCore.Http.HttpRequest request

Properties

| Improve this Doc View Source

ModuleContentId

Declaration
public int? ModuleContentId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾