SearchDto
Namespace: SlottyMedia.Backend.Dtos
The Search Data Transfer Object
public class SearchDto
Inheritance Object → SearchDto
Properties
Users
Gets or sets the users who match the search.
public List<UserDto> Users { get; set; }
Property Value
Forums
Gets or sets the forum that matches the search.
public List<ForumDto> Forums { get; set; }
Property Value
Constructors
SearchDto()
Initializes a new instance of the SearchDto class.
public SearchDto()
Methods
ToString()
This method returns the SearchDto as a string.
public string ToString()