Table of Contents

Class Account

Namespace
Pillars.Entities
Assembly
Pillars.dll
[Collection("accounts")]
public sealed class Account : Entity, IEntity, ICreatedOn, IModifiedOn
Inheritance
Entity
Account
Implements
IEntity
ICreatedOn
IModifiedOn
Inherited Members
Entity.GenerateNewID()
Entity.HasDefaultID()
Entity.ID

Properties

CreatedOn

This property will be automatically set by the library when an entity is created.

TIP: This property is useful when sorting by creation date.

DiscordId
ModifiedOn

This property will be automatically set by the library when an entity is updated.

TIP: This property is useful when sorting by update date.