Show / Hide Table of Contents

Class SessionSummaryDetails

File Session Summary Details

Inheritance
System.Object
SessionSummaryDetails
Namespace: MESL.SqlRace.Domain.Repositories.FileSessions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionSummaryDetails : Object

Constructors

SessionSummaryDetails()

Declaration
public SessionSummaryDetails()

Properties

AssociateSessionKeys

Associate Session Keys

Declaration
public IList<Guid> AssociateSessionKeys { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Guid>

MasterSessionKey

Master Session Key

Declaration
public Guid MasterSessionKey { get; set; }
Property Value
Type Description
System.Guid
Back to top Generated by DocFX