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 | 
|---|---|
| MAT.OCS.Core.SessionKey | The session key.  |