Class EventKernelAttribute
- Namespace
- DotBoxD.Abstractions
- Assembly
- DotBoxD.Abstractions.dll
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class EventKernelAttribute : Attribute
- Inheritance
-
EventKernelAttribute
- Inherited Members
Constructors
EventKernelAttribute(string?)
public EventKernelAttribute(string? id = null)
Parameters
idstring
Properties
Id
public string? Id { get; }