Class SearchAssociationDto
Inheritance
System.Object
SearchAssociationDto
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> |
|