Interface IEntityWithSessionKey
Interface for an entity with a SessionKey
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IEntityWithSessionKey
Properties
SessionKey
Gets or sets the session key.
Declaration
SessionKey SessionKey { get; set; }
Property Value
Type | Description |
---|---|
SessionKey | The session key. |