Documentation Coverage Report
Current view: top level - Cqrs/Events - NotifyEveryoneExceptCallerEventAttribute.cs Hit Total Coverage
Version: 2.2 Artefacts: 1 1 100.0 %
Date: 2018-08-07 15:04:50

          Line data    Source code
       1             : using System;
       2             : 
       3             : namespace Cqrs.Events
       4             : {
       5             :         /// <summary>
       6             :         /// An <see cref="IEvent{TAuthenticationToken}"/> that should be sent to all connected people except the person who was authenticated when sending the request via SignalR.
       7             :         /// </summary>
       8             :         [AttributeUsage(AttributeTargets.Class)]
       9             :         [Serializable]
      10             :         public class NotifyEveryoneExceptCallerEventAttribute
      11             :                 : Attribute
      12           1 :         {
      13             :         }
      14             : }

Generated by: LCOV version 1.12