Table of Contents

Class ChapterUser

Namespace
EnergyTracker.Shared.Models
Assembly
EnergyTracker.Shared.dll
public class ChapterUser
Inheritance
ChapterUser
Inherited Members

Properties

Email

[BsonElement("Email")]
public string? Email { get; set; }

Property Value

string

Id

[BsonId]
public ObjectId Id { get; set; }

Property Value

ObjectId

LastLoginTime

[BsonElement("LastLoginTime")]
public DateTime? LastLoginTime { get; set; }

Property Value

DateTime?

LastLogoutTime

[BsonElement("LastLogoutTime")]
public DateTime? LastLogoutTime { get; set; }

Property Value

DateTime?

LastUpdateTime

[BsonElement("LastUpdateTime")]
public DateTime? LastUpdateTime { get; set; }

Property Value

DateTime?

Password

[BsonElement("Password")]
public string? Password { get; set; }

Property Value

string

Role

[BsonElement("Role")]
public string? Role { get; set; }

Property Value

string

UserName

[BsonElement("UserName")]
public string? UserName { get; set; }

Property Value

string