FriendsOfUserDto
Namespace: SlottyMedia.Backend.Dtos
The Friends of a User
public class FriendsOfUserDto
Inheritance Object → FriendsOfUserDto
Properties
UserId
Gets or sets the User Id.
public Guid UserId { get; set; }
Property Value
Friends
Gets or sets the list of friends of the user.
public List<UserDto> Friends { get; set; }
Property Value
Constructors
FriendsOfUserDto()
Initializes a new instance of the FriendsOfUserDto class.
public FriendsOfUserDto()
Methods
ToString()
This ToString method returns a string representation of the FriendsOfUserDto object.
public string ToString()