Table of Contents

Interface IUserAccount

Namespace
The.Components
Assembly
Instagile.dll

Represents an application-specific account entity.

public interface IUserAccount : IEntity, IHasChanges, ITwoPhaseInit
Inherited Members
Extension Methods

Properties

Claims

IEntitySet<IUserClaim> Claims { get; }

Property Value

IEntitySet<IUserClaim>

Profile

IUserProfile? Profile { get; set; }

Property Value

IUserProfile

Properties

IUserAccountProperties Properties { get; }

Property Value

IUserAccountProperties

Username

string Username { get; set; }

Property Value

string