Skip to content

SearchDto

Namespace: SlottyMedia.Backend.Dtos

The Search Data Transfer Object

public class SearchDto

Inheritance ObjectSearchDto

Properties

Users

Gets or sets the users who match the search.

public List<UserDto> Users { get; set; }

Property Value

List<UserDto>

Forums

Gets or sets the forum that matches the search.

public List<ForumDto> Forums { get; set; }

Property Value

List<ForumDto>

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()

Returns

String