Class SearchModuleDataDto
Inheritance
System.Object
SearchModuleDataDto
Namespace: Mix.Lib.Dtos
Assembly: mix.library.dll
Syntax
public class SearchModuleDataDto : SearchRequestDto
Constructors
| Improve this Doc View SourceSearchModuleDataDto()
Declaration
public SearchModuleDataDto()
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 SourceModuleContentId
Declaration
public int? ModuleContentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |