Table of Contents

Class WorkplaceSessionEventArgs

Namespace
XENBIT.ResQueServe.Core.Models
Assembly
RQS.Core.dll

Represents event arguments for an event involving a workplace.

public class WorkplaceSessionEventArgs : SessionEventArgs
Inheritance
WorkplaceSessionEventArgs
Inherited Members

Properties

Workplace

Gets or sets the workplace associated with the session event.

public required IWorkplace Workplace { get; init; }

Property Value

IWorkplace