Class Account
[Collection("accounts")]
public sealed class Account : Entity, IEntity, ICreatedOn, IModifiedOn
- Inheritance
-
EntityAccount
- Implements
-
IEntityICreatedOnIModifiedOn
- 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.
- 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.