Skip to content

FriendsOfUserDto

Namespace: SlottyMedia.Backend.Dtos

The Friends of a User

public class FriendsOfUserDto

Inheritance ObjectFriendsOfUserDto

Properties

UserId

Gets or sets the User Id.

public Guid UserId { get; set; }

Property Value

Guid

Friends

Gets or sets the list of friends of the user.

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

Property Value

List<UserDto>

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

Returns

String