Table of Contents

Class UserBranchDto

Namespace
KadicAuth.Application.Users.DTOs
Assembly
KadicAuth.Application.dll
public sealed record UserBranchDto
Inheritance
object
UserBranchDto

Constructors

UserBranchDto(Guid, string, bool, IEnumerable<string>)

public UserBranchDto(Guid BranchId, string BranchName, bool IsMainBranch, IEnumerable<string> Roles)

Parameters

BranchId Guid
BranchName string
IsMainBranch bool
Roles IEnumerable<string>

Properties

BranchId

public Guid BranchId { get; init; }

Property Value

Guid

BranchName

public string BranchName { get; init; }

Property Value

string

IsMainBranch

public bool IsMainBranch { get; init; }

Property Value

bool

Roles

public IEnumerable<string> Roles { get; init; }

Property Value

IEnumerable<string>