Table of Contents

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

id string

Properties

Id

public string? Id { get; }

Property Value

string