Class UserInfo
- Assembly
 - JJConsulting.Infinity.Domain.dll
 
Used to store basic user information from JJInfinity.
public sealed class UserInfo : IEntityInheritance
Implements
Inherited Members
Properties
[JsonPropertyName("email")]
public string? Email { get; init; }Property Value
Id
[JsonPropertyName("id")]
public required Guid Id { get; init; }Property Value
Name
[JsonPropertyName("name")]
public required string Name { get; init; }