My Project 1.0
Open Source Encrypted Vault Storage
Loading...
Searching...
No Matches
ignivault.Shared.DTOs.UserDto Class Reference

User Data Transfer Object (DTO) for transferring user information. More...

Properties

string Id [get, set]
string Username [get, set]
string Email [get, set]
DateTimeOffset? LockoutEnd [get, set]
bool IsLocked [get]

Detailed Description

User Data Transfer Object (DTO) for transferring user information.

Definition at line 12 of file UserDto.cs.

Property Documentation

◆ Email

string ignivault.Shared.DTOs.UserDto.Email
getset

Definition at line 16 of file UserDto.cs.

◆ Id

string ignivault.Shared.DTOs.UserDto.Id
getset

Definition at line 14 of file UserDto.cs.

◆ IsLocked

bool ignivault.Shared.DTOs.UserDto.IsLocked
get

Definition at line 18 of file UserDto.cs.

◆ LockoutEnd

DateTimeOffset? ignivault.Shared.DTOs.UserDto.LockoutEnd
getset

Definition at line 17 of file UserDto.cs.

◆ Username

string ignivault.Shared.DTOs.UserDto.Username
getset

Definition at line 15 of file UserDto.cs.


The documentation for this class was generated from the following file:
  • C:/Users/prest/Desktop/GitHub/Ignivault/ignivault.Shared/DTOs/UserDto.cs