Class PerformanceScopeEventArgs
- Namespace
- CSF.Screenplay.Performances
- Assembly
- CSF.Screenplay.Abstractions.dll
A model for event arguments which relate to a scope of a IPerformance.
public class PerformanceScopeEventArgs : EventArgs, IHasPerformanceIdentity
- Inheritance
-
PerformanceScopeEventArgs
- Implements
- Derived
- Inherited Members
Remarks
This event arguments class is often used as a base for models which identify a IPerformance.
Constructors
PerformanceScopeEventArgs(Guid)
Initializes a new instance of PerformanceScopeEventArgs
public PerformanceScopeEventArgs(Guid performanceIdentity)
Parameters
performanceIdentity
GuidThe performance identity
Properties
PerformanceIdentity
Gets the unique IPerformance identifier
public Guid PerformanceIdentity { get; }
Property Value
Remarks
This value is used to uniquely identify a performance within a CSF.Screenplay.