Skip to main content
Table of Contents

Interface IUserIdentity

Namespace
Stratara.Abstractions.Entities
Assembly
Stratara.Abstractions.dll

Marker for entities that carry a per-user identity (e.g. per-user projection views: UserSettings, UserProfile, AssistantView). Distinct from EventStreamEntry's Actor/Subject UserId fields — those are envelope columns, not entity-level identity.

public interface IUserIdentity
Extension Methods

Properties

UserId

Identifier of the user that owns this entity.

Guid UserId { get; set; }

Property Value

Guid