Table of Contents

Class UserRolesRequest

Namespace
JJConsulting.Infinity.Domain.Identity.Users
Assembly
JJConsulting.Infinity.Domain.dll
public sealed record UserRolesRequest : IEquatable<UserRolesRequest>

Inheritance

Implements

Inherited Members

Constructors

UserRolesRequest(string[]?, string[]?)

public UserRolesRequest(string[]? RolesToAdd, string[]? RolesToRemove)

Parameters

RolesToAdd string[]?
RolesToRemove string[]?

Properties

RolesToAdd

public string[]? RolesToAdd { get; init; }

Property Value

string[]?

RolesToRemove

public string[]? RolesToRemove { get; init; }

Property Value

string[]?