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
Profile
IUserProfile? Profile { get; set; }
Property Value
Properties
IUserAccountProperties Properties { get; }
Property Value
Username
string Username { get; set; }