Show / Hide Table of Contents

Class SearchAssociationDto

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

Constructors

| Improve this Doc View Source

SearchAssociationDto()

Declaration
public SearchAssociationDto()
| Improve this Doc View Source

SearchAssociationDto(SearchRequestDto, HttpRequest)

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

Properties

| Improve this Doc View Source

LeftId

Declaration
public int? LeftId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

RightId

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